Cockatrice/libcockatrice_protocol/libcockatrice/protocol/pb/command_leave_game.proto
2025-10-05 23:58:53 +02:00

7 lines
157 B
Protocol Buffer

syntax = "proto2";
import "game_commands.proto";
message Command_LeaveGame {
extend GameCommand {
optional Command_LeaveGame ext = 1001;
}
}