Some changes to Actor Table handling

This commit is contained in:
goat 2019-11-03 21:17:47 +09:00
parent 6b5f8e6bed
commit 75ed54117c
8 changed files with 46 additions and 30 deletions

View file

@ -61,6 +61,11 @@ namespace Dalamud.Game.Chat {
[XivChatTypeInfo("Novice Network", "nn", 0xFF8B4513)]
NoviceNetwork = 27,
[XivChatTypeInfo("Custom Emotes", "nn", 0xFF8B4513)]
CustomEmote = 28,
[XivChatTypeInfo("Standard Emotes", null, 0xFF8B4513)]
StandardEmote = 29,
[XivChatTypeInfo("Yell", "y", 0xFFFFFF00)]
Yell = 30,