Exemple #1
0
 public bool IsGameEnded()
 {
     if (_firstArmy.IsEmpty() || _secondArmy.IsEmpty() || IsDeadHeat)
     {
         return(true);
     }
     return(false);
 }