mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-27 05:03:26 -08:00
9 lines
156 B
Protocol Buffer
9 lines
156 B
Protocol Buffer
import "game_event.proto";
|
|
|
|
message Event_SetActivePhase {
|
|
extend GameEvent {
|
|
optional Event_SetActivePhase ext = 2017;
|
|
}
|
|
optional sint32 phase = 1;
|
|
}
|