mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +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>
|
||||
ErrorMessage = 60,
|
||||
|
||||
/// <summary>
|
||||
/// The NPC Dialogue chat type.
|
||||
/// </summary>
|
||||
NPCDialogue = 61,
|
||||
|
||||
/// <summary>
|
||||
/// The NPC Dialogue (Announcements) chat type.
|
||||
/// </summary>
|
||||
NPCDialogueAnnouncements = 68,
|
||||
|
||||
/// <summary>
|
||||
/// The retainer sale chat type.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue