public bool CheckRoadConnectionToMainRoad(Vector2Int startPt) { return(m_RoadManager.CheckRoadConnectionToMainRoad(startPt)); }