mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
More colors
This commit is contained in:
parent
c3139e0f9d
commit
eb4c96a3ba
1 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ public enum XivChatType : ushort // FIXME: this is a single byte
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The debug chat type.
|
/// The debug chat type.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[XivChatTypeInfo("Debug", "debug", 0x????????)]
|
[XivChatTypeInfo("Debug", "debug", 0xFF808080)]
|
||||||
Debug = 1,
|
Debug = 1,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
@ -169,13 +169,13 @@ public enum XivChatType : ushort // FIXME: this is a single byte
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The system error chat type.
|
/// The system error chat type.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[XivChatTypeInfo("System Error", "system_error", 0xFFFF4A4A)]
|
[XivChatTypeInfo("System Error", "system_error", 0xFF808080)]
|
||||||
SystemError = 58,
|
SystemError = 58,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The system message chat type.
|
/// The system message chat type.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[XivChatTypeInfo("System Message", "system_message", 0xFFCCCCCC)]
|
[XivChatTypeInfo("System Message", "system_message", 0xFF808080)]
|
||||||
SystemMessage = 57,
|
SystemMessage = 57,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
@ -193,7 +193,7 @@ public enum XivChatType : ushort // FIXME: this is a single byte
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The NPC Dialogue chat type.
|
/// The NPC Dialogue chat type.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[XivChatTypeInfo("NPC Dialogue", "npc_dialogue", 0x ????????)]
|
[XivChatTypeInfo("NPC Dialogue", "npc_dialogue", 0xFFABD647)]
|
||||||
NPCDialogue = 61,
|
NPCDialogue = 61,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue