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

8 lines
210 B
Protocol Buffer

syntax = "proto2";
import "game_commands.proto";
message Command_DeleteArrow {
extend GameCommand {
optional Command_DeleteArrow ext = 1012;
}
optional sint32 arrow_id = 1 [default = -1];
}