namespace Data { public class EntityDef : Define { public AffiliationDef affiliation; public AttributesDef attributes = new(); public BehaviorTreeDef behaviorTree; public string colliderPosition; public string colliderSize; public DrawingOrderDef drawingOrder; public EntityEventDef eventDef; } }