BetterNerfIrelia.SpellDamage.GetRealDamage C# (CSharp) Method

GetRealDamage() public static method

public static GetRealDamage ( this spell, Obj_AI_Base target ) : float
spell this
target Obj_AI_Base
return float
        public static float GetRealDamage(this Spell.SpellBase spell, Obj_AI_Base target)
        {
            return spell.Slot.GetRealDamage(target);
        }