8 lines
218 B
Protocol Buffer
8 lines
218 B
Protocol Buffer
import "serverinfo_game.proto";
|
|
import "game_event_container.proto";
|
|
|
|
message GameReplay {
|
|
optional ServerInfo_Game game_info = 1;
|
|
repeated GameEventContainer event_list = 2;
|
|
optional uint32 duration_seconds = 3;
|
|
}
|