Example #1
0
        public void ResetEffect()
        {
            if (CurrentEffect == null || CurrentTask == null)
            {
                return;
            }

            EffectBase currentEffect = CurrentEffect;

            currentEffect.StopEffect();
            currentEffect.StartEffect();
        }