8 lines
139 B
C#
8 lines
139 B
C#
namespace Data
|
|
{
|
|
public class ItemDefine:Define
|
|
{
|
|
public ImageDef texture;
|
|
public AttributesDef attributes;
|
|
}
|
|
} |