Exemplo n.º 1
0
        public void Destroy()
        {
            CurrentMode.Destroy();

            if (null != _coroutinePool)
            {
                _coroutinePool.Destroy();
                _coroutinePool = null;
            }
        }