7 lines
139 B
Protocol Buffer
7 lines
139 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_ReadyStart {
|
|
extend GameEventContext {
|
|
optional Context_ReadyStart ext = 1000;
|
|
}
|
|
}
|