Example #1
0
        internal override void DestroyImpl()
        {
            if (soundEffect != null)
            {
                soundEffect.UnregisterInstance(this);
            }

            PlatformSpecificDisposeImpl();
        }