mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 18:32:17 -07:00
Move game option value declarations to dlg_create_game.
This commit is contained in:
parent
3b2421f695
commit
59b6fef512
10 changed files with 52 additions and 16 deletions
|
|
@ -38,6 +38,7 @@ message Command_CreateGame {
|
|||
repeated uint32 game_type_ids = 10;
|
||||
optional bool join_as_judge = 11;
|
||||
optional bool join_as_spectator = 12;
|
||||
optional uint32 starting_life_total = 13;
|
||||
}
|
||||
|
||||
message Command_JoinGame {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue