mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
"Tell (Incoming)" and Tell (Outgoing) color
This commit is contained in:
parent
226a9f3399
commit
dfef972a8d
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue