Ejemplo n.º 1
0
        public override bool Process()
        {
            if (TargetUnit == null)
            {
                return(false);
            }

            SpellEffects.Effect eff = new SpellEffects.Haste((int)(MapLogic.TICRATE * Spell.GetDuration()), Spell.GetSpeed());
            TargetUnit.AddSpellEffects(eff);
            return(false);
        }