mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
tell logged in clients about new replays
This commit is contained in:
parent
2487476fcc
commit
a876a0bf5f
14 changed files with 95 additions and 11 deletions
|
|
@ -2,7 +2,8 @@ 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;
|
||||
optional uint64 replay_id = 1;
|
||||
optional ServerInfo_Game game_info = 2;
|
||||
repeated GameEventContainer event_list = 3;
|
||||
optional uint32 duration_seconds = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue