servatrice/common/pb/command_replay_delete_match.proto
Max-Wilhelm Bruker f00eaa83d4 added missing file
2012-05-07 20:24:18 +02:00

8 lines
194 B
Protocol Buffer

import "session_commands.proto";
message Command_ReplayDeleteMatch {
extend SessionCommand {
optional Command_ReplayDeleteMatch ext = 1103;
}
optional sint32 game_id = 1 [default = -1];
}