mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 07:27:12 +08:00
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;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} |