servatrice/common/pb/game_replay.proto
2012-02-20 22:13:48 +01:00

7 lines
179 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;
}