mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 04:40:50 -08:00
8 lines
164 B
Protocol Buffer
8 lines
164 B
Protocol Buffer
import "game_commands.proto";
|
|
message Command_SetActivePhase {
|
|
extend GameCommand {
|
|
optional Command_SetActivePhase ext = 1023;
|
|
}
|
|
optional uint32 phase = 1;
|
|
}
|