diff --git a/common/pb/command_replay_delete_match.proto b/common/pb/command_replay_delete_match.proto new file mode 100644 index 00000000..841e7cfc --- /dev/null +++ b/common/pb/command_replay_delete_match.proto @@ -0,0 +1,8 @@ +import "session_commands.proto"; + +message Command_ReplayDeleteMatch { + extend SessionCommand { + optional Command_ReplayDeleteMatch ext = 1103; + } + optional sint32 game_id = 1 [default = -1]; +}