Exemple #1
0
 /// <summary>
 /// Returns the index of a room with a given ID#
 /// </summary>
 /// <param name="find"></param>
 /// <returns></returns>
 internal static int FindRoom(int find)
 {
     return(Rooms.BinarySearch(new MappedRoom(find, null, null)));
 }