8 lines
153 B
Protocol Buffer
8 lines
153 B
Protocol Buffer
import "game_event.proto";
|
|
|
|
message Event_DeleteArrow {
|
|
extend GameEvent {
|
|
optional Event_DeleteArrow ext = 2001;
|
|
}
|
|
optional sint32 arrow_id = 1;
|
|
}
|