1syntax = "proto2";
2import "session_event.proto";
3import "serverinfo_replay_match.proto";
4
5message Event_ReplayAdded {
6    extend SessionEvent {
7        optional Event_ReplayAdded ext = 1100;
8    }
9    optional ServerInfo_ReplayMatch match_info = 1;
10}
11