Adding ConfBHL struct
This commit is contained in:
parent
2059b7a4b2
commit
6e30573659
|
@ -6,6 +6,12 @@ struct ConfBase
|
||||||
strid : string @default:""
|
strid : string @default:""
|
||||||
end
|
end
|
||||||
|
|
||||||
|
struct ConfBHL
|
||||||
|
@autogen @bhl_bind
|
||||||
|
module : string @default:""
|
||||||
|
fn : string @default:""
|
||||||
|
end
|
||||||
|
|
||||||
struct ItemAmount
|
struct ItemAmount
|
||||||
@cloneable @autogen @bhl_bind
|
@cloneable @autogen @bhl_bind
|
||||||
proto_id : uint32 @flt_str2num @default:0 @cs_propget_interface:IReadOnlyItemAmount
|
proto_id : uint32 @flt_str2num @default:0 @cs_propget_interface:IReadOnlyItemAmount
|
||||||
|
|
Loading…
Reference in New Issue