(client) fix:修复匿名定义中的图片无法加载的问题
This commit is contained in:
8
Client/Assets/Scripts/Data/ItemDefine.cs
Normal file
8
Client/Assets/Scripts/Data/ItemDefine.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Data
|
||||
{
|
||||
public class ItemDefine:Define
|
||||
{
|
||||
public ImageDef texture;
|
||||
public AttributesDef attributes;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user