BattleInfoPlugin.Models.BattleResultHelper.GetLostCount C# (CSharp) Méthode

GetLostCount() public static méthode

public static GetLostCount ( this data ) : int
data this
Résultat int
        public static int GetLostCount(this ShipData[] data) => data.Count(s => s.NowHP <= 0);