Added NPC Dialogue chat types. (#851)

This commit is contained in:
PunishedPineapple 2022-06-15 13:43:44 -05:00 committed by GitHub
parent 883340d00a
commit e2dc8802f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>