using UnityEngine; namespace BehaviorDesigner.Runtime { [AddComponentMenu("Behavior Designer/Behavior Tree")] public class BehaviorTree : Behavior { } }