pub type NpcShopGoodsData {
NpcShopGoodsData(
aligned_chronology_progress_hours: Int,
aligned_chronology_start_hour_of_day: Int,
aligned_chronology_start_offset_days: Int,
always_show_date_time: Bool,
auto_buy: Bool,
auto_order_max_hold_count: Int,
bound_and_eroded: String,
buy_limit_count: Int,
buy_limit_level: String,
buy_limit_reset_cycle: String,
buy_limit_reset_region_content_kind: String,
buy_price: Int,
chronology_end_offset_days: Int,
chronology_start_offset_days: Int,
cuid: Int,
currency_cuid: Int,
end_date_time: Int,
gear_quality: String,
item_cuid: Int,
item_expire_date_time: Int,
npc_shop_cuid: Int,
required_amity_grade: String,
required_player_level: Int,
schedule_kind_type: String,
sequence: Int,
start_date_time: Int,
unique_name: String,
)
}
Constructors
-
NpcShopGoodsData(
aligned_chronology_progress_hours: Int,
aligned_chronology_start_hour_of_day: Int,
aligned_chronology_start_offset_days: Int,
always_show_date_time: Bool,
auto_buy: Bool,
auto_order_max_hold_count: Int,
bound_and_eroded: String,
buy_limit_count: Int,
buy_limit_level: String,
buy_limit_reset_cycle: String,
buy_limit_reset_region_content_kind: String,
buy_price: Int,
chronology_end_offset_days: Int,
chronology_start_offset_days: Int,
cuid: Int,
currency_cuid: Int,
end_date_time: Int,
gear_quality: String,
item_cuid: Int,
item_expire_date_time: Int,
npc_shop_cuid: Int,
required_amity_grade: String,
required_player_level: Int,
schedule_kind_type: String,
sequence: Int,
start_date_time: Int,
unique_name: String,
)