mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Added NPC Dialogue chat types. (#851)
This commit is contained in:
parent
883340d00a
commit
e2dc8802f7
1 changed files with 10 additions and 0 deletions
|
|
@ -184,6 +184,16 @@ namespace Dalamud.Game.Text
|
||||||
/// </summary>
|
/// </summary>
|
||||||
ErrorMessage = 60,
|
ErrorMessage = 60,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The NPC Dialogue chat type.
|
||||||
|
/// </summary>
|
||||||
|
NPCDialogue = 61,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The NPC Dialogue (Announcements) chat type.
|
||||||
|
/// </summary>
|
||||||
|
NPCDialogueAnnouncements = 68,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The retainer sale chat type.
|
/// The retainer sale chat type.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue