Ejemplo n.º 1
0
        void HandleApply(AuraEffect eff, AuraEffectHandleModes mode)
        {
            AuraEffect effect = GetAura().GetEffect(0);

            if (effect != null)
            {
                effect.SetPeriodicTimer(RandomHelper.IRand(2, 17) * Time.InMilliseconds);
            }
        }