mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 20:13:56 -07:00
server code cleanup, changed in-game ping event to not use any bandwidth as long as nothing changes
This commit is contained in:
parent
a64df4a0f5
commit
4895f2b4fd
27 changed files with 232 additions and 268 deletions
|
|
@ -6,9 +6,7 @@ message GameEvent {
|
|||
GAME_HOST_CHANGED = 1003;
|
||||
KICKED = 1004;
|
||||
GAME_STATE_CHANGED = 1005;
|
||||
CONNECTION_STATE_CHANGED = 1006;
|
||||
PLAYER_PROPERTIES_CHANGED = 1007;
|
||||
PING = 1008;
|
||||
GAME_SAY = 1009;
|
||||
CREATE_ARROW = 2000;
|
||||
DELETE_ARROW = 2001;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue