mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-13 21:46:56 -08:00
added missing file
This commit is contained in:
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];
|
||||
}
|
||||
Reference in New Issue
Block a user