server-side replay support

This commit is contained in:
Max-Wilhelm Bruker 2012-02-20 22:13:48 +01:00
parent 7cec442694
commit d50d179b2f
13 changed files with 177 additions and 89 deletions

View file

@ -5,4 +5,5 @@ message GameEventContainer {
optional uint32 game_id = 1;
repeated GameEvent event_list = 2;
optional GameEventContext context = 3;
optional uint32 seconds_elapsed = 4;
}