Exemplo n.º 1
0
 //returns the number of turns taken
 public int returnTurns()
 {
     return(player.getNumOfTurns());
 }