Ejemplo n.º 1
0
            public void Faster()
            {
                _frenzyAffix.Disable();

                var curRoll  = _frenzyAffix.Roll;
                var nextRoll = Math.Min(curRoll + 10, 100);

                _frenzyAffix.SetRoll(nextRoll);
                _frenzyAffix.Enable();

                timer = _duration;
            }