servatrice/common/pb/proto/event_delete_arrow.proto
2011-12-29 19:40:41 +01:00

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;
}