8 lines
151 B
Protocol Buffer
8 lines
151 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_event.proto";
|
|
|
|
message Event_GameClosed {
|
|
extend GameEvent {
|
|
optional Event_GameClosed ext = 1002;
|
|
}
|
|
}
|