servatrice/common/pb/event_game_closed.proto
2015-08-25 23:40:08 -04:00

8 lines
151 B
Protocol Buffer

syntax = "proto2";
import "game_event.proto";
message Event_GameClosed {
extend GameEvent {
optional Event_GameClosed ext = 1002;
}
}