added missing file
This commit is contained in:
parent
e76502cf0e
commit
f00eaa83d4
1 changed files with 8 additions and 0 deletions
8
common/pb/command_replay_delete_match.proto
Normal file
8
common/pb/command_replay_delete_match.proto
Normal file
|
@ -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];
|
||||
}
|
Loading…
Reference in a new issue