servatrice/common/pb/proto/command_delete_arrow.proto
2011-12-19 00:03:05 +01:00

7 lines
176 B
Protocol Buffer

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