Grabacr07.KanColleWrapper.Calculator.IsHeavilyDamage C# (CSharp) 메소드

IsHeavilyDamage() 공개 정적인 메소드

public static IsHeavilyDamage ( this hp ) : bool
hp this
리턴 bool
        public static bool IsHeavilyDamage(this LimitedValue hp)
        {
            return (hp.Current / (double)hp.Maximum) <= 0.25;
        }