"Tell (Incoming)" and Tell (Outgoing) color

This commit is contained in:
AzureGem 2023-08-31 10:47:34 -04:00
parent ae65d8a3a5
commit 97a40d6929

View file

@ -43,13 +43,13 @@ public enum XivChatType : ushort
/// <summary>
/// The outgoing tell chat type.
/// </summary>
[XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0x ????????)] // Do we want this?
[XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0xFFFF69B4)] // Do we want this?
TellOutgoing = 12,
/// <summary>
/// The incoming tell chat type.
/// </summary>
[XivChatTypeInfo("Tell", "tell", 0xFFFF69B4)]
[XivChatTypeInfo("Tell (Incoming)", "tell", 0xFFFF69B4)]
TellIncoming = 13,
/// <summary>