Esempio n. 1
0
        void OnDestroy()
        {
            ClearAnimations();

            if (addToMasterList && ZT_SpriteMaster.instance != null)
            {
                ZT_SpriteMaster.RemoveSpriteAnim(name);
            }
        }