mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
7 lines
161 B
Protocol Buffer
7 lines
161 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_commands.proto";
|
|
message Command_ReverseTurn {
|
|
extend GameCommand {
|
|
optional Command_ReverseTurn ext = 1034;
|
|
}
|
|
}
|