예제 #1
0
 private bool CheckForVictory()
 {
     return(EnemyList.Count == 0 || EnemyList.All(e => e.IsDead));
 }