BetterNerfIrelia.SpellDamage.GetRealDamage C# (CSharp) 메소드

GetRealDamage() 공개 정적인 메소드

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