mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
7 lines
179 B
Protocol Buffer
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;
|
|
}
|