2025-08-07 16:44:43 +08:00
|
|
|
using System;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Linq;
|
|
|
|
using System.Xml.Linq;
|
|
|
|
|
|
|
|
namespace Data
|
|
|
|
{
|
2025-08-17 11:16:55 +08:00
|
|
|
public class EntityDef : Define
|
2025-08-07 16:44:43 +08:00
|
|
|
{
|
|
|
|
public AttributesDef attributes;
|
|
|
|
public DrawingOrderDef drawingOrder;
|
|
|
|
|
|
|
|
public BehaviorTreeDef behaviorTree;
|
|
|
|
public string affiliation;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|