mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
server-side replay support
This commit is contained in:
parent
7cec442694
commit
d50d179b2f
13 changed files with 177 additions and 89 deletions
7
common/pb/game_replay.proto
Normal file
7
common/pb/game_replay.proto
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import "serverinfo_game.proto";
|
||||
import "game_event_container.proto";
|
||||
|
||||
message GameReplay {
|
||||
optional ServerInfo_Game game_info = 1;
|
||||
repeated GameEventContainer event_list = 2;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue