예제 #1
0
 //returns the player's current room number
 public int room()
 {
     return(map.getPlayerLocation());
 }