Ejemplo n.º 1
0
    static void RunRACityGen()
    {
        Debug.Log("Doing Something...");
        RACityGen newRoad = new RACityGen();

        newRoad.InsertRoads();
    }
Ejemplo n.º 2
0
    static void Tags()
    {
        RACityGen getTags = new RACityGen();

        getTags.GetTags();
    }