servatrice/common/pb/proto/command_delete_arrow.proto
2011-12-18 18:35:14 +01:00

7 lines
161 B
Protocol Buffer

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