namespace Data { public class ItemDef:Define { public ImageDef texture; public AttributesDef attributes; } public class WeaponDef : ItemDef { } }