mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-27 05:03:26 -08:00
11 lines
219 B
Protocol Buffer
11 lines
219 B
Protocol Buffer
import "game_event.proto";
|
|
|
|
message Event_DumpZone {
|
|
extend GameEvent {
|
|
optional Event_DumpZone ext = 2018;
|
|
}
|
|
optional sint32 zone_owner_id = 1;
|
|
optional string zone_name = 2;
|
|
optional sint32 number_cards = 3;
|
|
}
|