mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +01:00
Some changes to Actor Table handling
This commit is contained in:
parent
6b5f8e6bed
commit
75ed54117c
8 changed files with 46 additions and 30 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue