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;
        }