servatrice/common/pb/command_delete_arrow.proto
2016-12-11 19:22:39 +01: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];
}