private bool CantFindAdjacentRoom(float x, float y) { return(RoomList.FindIndex(r => r.MinimapRoomCoordinates == new Vector2(x, y)) == -1); }