mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-25 04:14:34 -08:00
8 lines
154 B
Protocol Buffer
8 lines
154 B
Protocol Buffer
import "game_commands.proto";
|
|
message Command_ReadyStart {
|
|
extend GameCommand {
|
|
optional Command_ReadyStart ext = 1016;
|
|
}
|
|
optional bool ready = 1;
|
|
}
|