servatrice/common/pb/event_game_closed.proto
2012-01-21 19:21:57 +01:00

7 lines
120 B
Protocol Buffer

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