mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Add option to share decklists on load.
Took 1 hour 58 minutes Took 9 minutes Took 39 minutes
This commit is contained in:
parent
3a42354efd
commit
0e45652f3f
23 changed files with 198 additions and 25 deletions
|
|
@ -7,4 +7,5 @@ message Context_DeckSelect {
|
|||
}
|
||||
optional string deck_hash = 1;
|
||||
optional int32 sideboard_size = 2 [default = -1];
|
||||
optional string deck_list = 3;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ message Command_CreateGame {
|
|||
optional bool join_as_judge = 11;
|
||||
optional bool join_as_spectator = 12;
|
||||
optional uint32 starting_life_total = 13;
|
||||
optional bool share_decklists_on_load = 14;
|
||||
}
|
||||
|
||||
message Command_JoinGame {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ message ServerInfo_Game {
|
|||
optional bool spectators_need_password = 12;
|
||||
optional bool spectators_can_chat = 13;
|
||||
optional bool spectators_omniscient = 14;
|
||||
optional bool share_decklists_on_load = 15;
|
||||
optional uint32 player_count = 30;
|
||||
optional uint32 spectators_count = 31;
|
||||
optional bool started = 50;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue