17 lines
255 B
C#
17 lines
255 B
C#
namespace Data
|
|
{
|
|
public class EntityDef : Define
|
|
{
|
|
public AttributesDef attributes = new();
|
|
public DrawingOrderDef drawingOrder;
|
|
|
|
public BehaviorTreeDef behaviorTree;
|
|
public AffiliationDef affiliation;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} |