コード例 #1
0
 public static int ROOM_WIDTH()
 {
     //Call private method to get each room's width
     return(instance.Get_Room_Width());
 }