mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
preliminary AlwaysRevealTopCard support related to issue #31, server code cleanup (finally removed getGameState)
This commit is contained in:
parent
75bac4a5b9
commit
7417236c3a
28 changed files with 329 additions and 184 deletions
10
common/pb/command_change_zone_properties.proto
Normal file
10
common/pb/command_change_zone_properties.proto
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import "game_commands.proto";
|
||||
|
||||
message Command_ChangeZoneProperties {
|
||||
extend GameCommand {
|
||||
optional Command_ChangeZoneProperties ext = 1031;
|
||||
}
|
||||
optional string zone_name = 1;
|
||||
|
||||
optional bool always_reveal_top_card = 10;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue