mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
events
This commit is contained in:
parent
29bf3d3774
commit
8b3723b871
16 changed files with 274 additions and 77 deletions
|
|
@ -50,6 +50,9 @@ ItemId_Event_SetActivePlayer = 1048,
|
|||
ItemId_Event_SetActivePhase = 1049,
|
||||
ItemId_Event_DumpZone = 1050,
|
||||
ItemId_Event_StopDumpZone = 1051,
|
||||
ItemId_Event_Welcome = 1052,
|
||||
ItemId_Other = 1053
|
||||
ItemId_Event_ChatServerMessage = 1052,
|
||||
ItemId_Event_ChatJoinChannel = 1053,
|
||||
ItemId_Event_ChatLeaveChannel = 1054,
|
||||
ItemId_Event_ChatSay = 1055,
|
||||
ItemId_Other = 1056
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue