private GameObject PutConnectionOnRoad(GameObject fromNode, GameObject toNode) { GameObject connection = mapController.AddConnection(fromNode, toNode, isBiDirection); return(connection); }