Exemple #1
0
 public bool isRoomPitted(Room aNewRoom)
 {
     return(MyMap.getAllPitRooms().Contains(aNewRoom.getIntegerForm()));
 }