21 lines
455 B
Plaintext
21 lines
455 B
Plaintext
|
|
struct ConfBase
|
|
@autogen @bhl_bind
|
|
#NOTE: id is a CRC value
|
|
id : uint32 @default:0
|
|
strid : string @default:""
|
|
end
|
|
|
|
struct ConfBHL
|
|
@autogen @bhl_bind
|
|
module : string @default:""
|
|
fn : string @default:""
|
|
end
|
|
|
|
struct ItemAmount
|
|
@cloneable @autogen @bhl_bind
|
|
proto_id : uint32 @flt_str2num @default:0 @cs_propget_interface:IReadOnlyItemAmount
|
|
amount : int64 @default:1 @obscured @cs_propget_interface:IReadOnlyItemAmount
|
|
end
|
|
|