Grabacr07.KanColleWrapper.Calculator.IsHeavilyDamage C# (CSharp) Méthode

IsHeavilyDamage() public static méthode

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