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

9 lines
184 B
Protocol Buffer

import "game_event.proto";
message Event_DestroyCard {
extend GameEvent {
optional Event_DestroyCard ext = 2011;
}
optional string zone_name = 1;
optional uint32 card_id = 2;
}