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

11 lines
249 B
Protocol Buffer

import "game_event.proto";
message Event_SetCardAttr {
extend GameEvent {
optional Event_SetCardAttr ext = 2014;
}
optional string zone_name = 1;
optional sint32 card_id = 2;
optional string attr_name = 3;
optional string attr_value = 4;
}