7 lines
161 B
Protocol Buffer
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;
|
|
}
|