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

This commit is contained in:
AzureGem 2023-08-31 10:47:34 -04:00 committed by GitHub
parent 226a9f3399
commit dfef972a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,13 +43,13 @@ public enum XivChatType : ushort // FIXME: this is a single byte
/// <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>