コード例 #1
0
ファイル: Game.cs プロジェクト: an-lev/heroes
 public bool Continue() =>
 Heroes.All(x => x.Detachments.Count != 0);
コード例 #2
0
 public bool PlayerLoses() => Heroes.All(m => m.State.IsUnconscious);