예제 #1
0
 private bool notYetWins(Player p)
 {
     return(!(p.GetPoints() == MaximumPoints()));
 }