BetterNerfIrelia.Extensions.HasSpellShield C# (CSharp) Method

HasSpellShield() public static method

public static HasSpellShield ( this target ) : bool
target this
return bool
        public static bool HasSpellShield(this AIHeroClient target)
        {
            // Various spellshields
            return target.HasBuffOfType(BuffType.SpellShield) || target.HasBuffOfType(BuffType.SpellImmunity);
        }