mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 08:03:54 -07:00
added responses + events
This commit is contained in:
parent
26f0f0df0e
commit
ca9122b9fb
84 changed files with 815 additions and 1482 deletions
12
common/pb/proto/event_game_state_changed.proto
Normal file
12
common/pb/proto/event_game_state_changed.proto
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import "game_event.proto";
|
||||
import "serverinfo_player.proto";
|
||||
|
||||
message Event_GameStateChanged {
|
||||
extend GameEvent {
|
||||
optional Event_GameStateChanged ext = 1005;
|
||||
}
|
||||
repeated ServerInfo_Player player_list = 1;
|
||||
optional bool game_started = 2;
|
||||
optional sint32 active_player_id = 3;
|
||||
optional sint32 active_phase = 4;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue