Пример #1
0
        public override bool Process()
        {
            if (TargetUnit == null)
            {
                return(false);
            }

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