mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 11:47:11 -07:00
added missing file
This commit is contained in:
@@ -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];
|
||||
}
|
||||
Reference in New Issue
Block a user