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

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

            regAttrItem();
        }