using NodeCanvas.Framework; namespace NodeCanvas.BehaviourTrees { ///The connection object for BehaviourTree nodes public class BTConnection : Connection { } }