using System; namespace BehaviorDesigner.Runtime { [Serializable] public class ExternalBehaviorTree : ExternalBehavior { } }