Ejemplo n.º 1
0
 public static int ROOM_HEIGHT()
 {
     //Call private method to get each room's height
     return(instance.Get_Room_Height());
 }