mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-30 22:51:57 -08:00
9 lines
153 B
Protocol Buffer
9 lines
153 B
Protocol Buffer
import "game_event.proto";
|
|
|
|
message Event_DeleteArrow {
|
|
extend GameEvent {
|
|
optional Event_DeleteArrow ext = 2001;
|
|
}
|
|
optional sint32 arrow_id = 1;
|
|
}
|