Пример #1
0
        void OnParticleSystemStopped()
        {
            if (poolInst == null)
            {
                poolInst = GetComponent <SmartPoolObjectInstance>();
            }

            poolInst.ReturnToPool();
        }