(client) feat:完成实体生成函数,修复行为树加载错误,改进Define打印缩进
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
namespace Data
|
||||
{
|
||||
public class ItemDefine:Define
|
||||
public class ItemDef:Define
|
||||
{
|
||||
public ImageDef texture;
|
||||
public AttributesDef attributes;
|
||||
}
|
||||
|
||||
public class WeaponDef : ItemDef
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user