Example #1
0
        public BehaviorTreeMgr()
        {
            m_btAttrSys = new BTAttrSys();
            m_BTFactory = new BTFactory();
            m_id2BTDic = new Dictionary<BTID, BehaviorTree>();

            regAttrItem();
        }
Example #2
0
        public BehaviorTreeMgr()
        {
            m_btAttrSys = new BTAttrSys();
            m_BTFactory = new BTFactory();
            m_id2BTDic  = new Dictionary <BTID, BehaviorTree>();

            regAttrItem();
        }