Exemplo n.º 1
0
 //returns the player's current room number
 public int room()
 {
     return(map.getPlayerLocation());
 }