Esempio n. 1
0
 /// <summary>
 /// 反初始化
 /// </summary>
 public override void Uninitialize()
 {
     StopAllCoroutines();
     _resCache = null;
     //_repaireMachine = null;
     _packConfig = null;
 }
Esempio n. 2
0
        //弱引用资源恢复工具
        //RepaireMachine _repaireMachine;

        /// <summary>
        /// 初始化
        /// </summary>
        /// <returns></returns>
        public override bool Initialize()
        {
            _resCache = new ResCache();
            //_repaireMachine = new RepaireMachine();
            _packConfig = null;
            return(true);
        }