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

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

            regAttrItem();
        }