servatrice/common/pb/event_destroy_card.proto
2015-08-25 23:40:08 -04:00

10 lines
221 B
Protocol Buffer

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