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