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

9 lines
191 B
Protocol Buffer

import "room_event.proto";
import "serverinfo_game.proto";
message Event_ListGames {
extend RoomEvent {
optional Event_ListGames ext = 1003;
}
repeated ServerInfo_Game game_list = 1;
}