namespace Data { public class EntityDef : Define { public AttributesDef attributes = new(); public DrawingOrderDef drawingOrder; public BehaviorTreeDef behaviorTree; public AffiliationDef affiliation; public DrawNodeDef deathAnimation; public EventDef[] deathEffects; } }