Files

16 lines
367 B
C#

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;
}
}