Example #1
0
 public static void PlacePositions(int _index)
 {
     m_roomsToConnect.Add(DungeonUtility.GetAllPathPoints()[Random.Range(0, DungeonUtility.GetAllPathPoints().Count)]);
 }