BetterNerfIrelia.SpellDamage.GetRealDamage C# (CSharp) Méthode

GetRealDamage() public static méthode

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