mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
Chat works!
This commit is contained in:
parent
1baa188067
commit
64aa68cd26
28 changed files with 714 additions and 424 deletions
|
|
@ -1,7 +1,7 @@
|
|||
enum AutoItemId {
|
||||
ItemId_Command_Ping = 1001,
|
||||
ItemId_Command_Login = 1002,
|
||||
ItemId_Command_ChatListChannels = 1003,
|
||||
ItemId_Command_ListChatChannels = 1003,
|
||||
ItemId_Command_ChatJoinChannel = 1004,
|
||||
ItemId_Command_ChatLeaveChannel = 1005,
|
||||
ItemId_Command_ChatSay = 1006,
|
||||
|
|
@ -50,7 +50,7 @@ ItemId_Event_SetActivePlayer = 1048,
|
|||
ItemId_Event_SetActivePhase = 1049,
|
||||
ItemId_Event_DumpZone = 1050,
|
||||
ItemId_Event_StopDumpZone = 1051,
|
||||
ItemId_Event_ChatServerMessage = 1052,
|
||||
ItemId_Event_ServerMessage = 1052,
|
||||
ItemId_Event_ChatJoinChannel = 1053,
|
||||
ItemId_Event_ChatLeaveChannel = 1054,
|
||||
ItemId_Event_ChatSay = 1055,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue