mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 12:50:46 -08:00
9 lines
194 B
Protocol Buffer
9 lines
194 B
Protocol Buffer
import "session_commands.proto";
|
|
|
|
message Command_ReplayDeleteMatch {
|
|
extend SessionCommand {
|
|
optional Command_ReplayDeleteMatch ext = 1103;
|
|
}
|
|
optional sint32 game_id = 1 [default = -1];
|
|
}
|