Esempio n. 1
0
    private GameObject PutConnectionOnRoad(GameObject fromNode, GameObject toNode)
    {
        GameObject connection = mapController.AddConnection(fromNode, toNode, isBiDirection);

        return(connection);
    }