mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-24 21:51:49 +01:00
More colors
This commit is contained in:
parent
2feae711e1
commit
474ef1f5b6
1 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ public enum XivChatType : ushort
|
||||||
/// <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
|
||||||
/// <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
|
||||||
/// <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