mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
Add a new command to reverse turn order (#3802)
This commit is contained in:
parent
013137c418
commit
f54165025e
13 changed files with 113 additions and 7 deletions
9
common/pb/event_reverse_turn.proto
Normal file
9
common/pb/event_reverse_turn.proto
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
syntax = "proto2";
|
||||
import "game_event.proto";
|
||||
|
||||
message Event_ReverseTurn {
|
||||
extend GameEvent {
|
||||
optional Event_ReverseTurn ext = 2021;
|
||||
}
|
||||
optional bool reversed = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue