mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +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>
|
/// <summary>
|
||||||
/// The outgoing tell chat type.
|
/// The outgoing tell chat type.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0x ????????)] // Do we want this?
|
[XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0xFFFF69B4)] // Do we want this?
|
||||||
TellOutgoing = 12,
|
TellOutgoing = 12,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The incoming tell chat type.
|
/// The incoming tell chat type.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[XivChatTypeInfo("Tell", "tell", 0xFFFF69B4)]
|
[XivChatTypeInfo("Tell (Incoming)", "tell", 0xFFFF69B4)]
|
||||||
TellIncoming = 13,
|
TellIncoming = 13,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue