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