Files

8 lines
143 B
C#

namespace Data
{
public class RobotLogicDef : Define
{
public BehaviorTreeDef behaviorTree;
public string icon;
}
}