added missing file

This commit is contained in:
Max-Wilhelm Bruker 2012-05-07 20:24:18 +02:00
parent e76502cf0e
commit f00eaa83d4

View 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];
}