Esempio n. 1
0
        void OnLoadFog()
        {
            points.SetUnitAtIndex <GivingTreeUnit> (0);
            points.SetUnitAtIndex <Flower> (2);
            // points.SetUnitAtIndex<University> (3);
            points.SetUnitAtIndex <MilkshakePool> (15);

            ConnectionContainer c = ConnectionsManager.GetContainer(points.GetConnectionsAtIndex(2)[3]);

            c.BeginConstruction <Road> ();
            c.EndConstruction();
        }