Adding ConfBHL struct

This commit is contained in:
Pavel Shevaev 2023-07-18 15:50:25 +03:00
parent 2059b7a4b2
commit 6e30573659
1 changed files with 6 additions and 0 deletions

View File

@ -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