mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
9 lines
No EOL
224 B
Python
Executable file
9 lines
No EOL
224 B
Python
Executable file
SPEEDCHAT_NORMAL = 1
|
|
SPEEDCHAT_EMOTE = 2
|
|
SPEEDCHAT_CUSTOM = 3
|
|
SPEEDCHAT_QUEST = 4
|
|
|
|
NormalChatEvent = 'NormalChatEvent'
|
|
SCChatEvent = 'SCChatEvent'
|
|
SCCustomChatEvent = 'SCCustomChatEvent'
|
|
SCEmoteChatEvent = 'SCEmoteChatEvent' |