That marker is only recognized by pb3-compatible compilers, meaning that tools which are otherwise compatible with our files break on them. Notably, this includes hprotoc (for haskell).
9 lines
206 B
Protocol Buffer
9 lines
206 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;
|
|
}
|