public bool CheckRoadConnection(Vector2Int startPt, Vector2Int endPt) { return(m_RoadManager.CheckRoadConnection(startPt, endPt)); }