Пример #1
0
    void SpawnStretchLayout(TunnelSegment segment, int startRotation)
    {
        nextStretchLayout = currentStretch.GetNextLayout();

        segment.Remake(nextStretchLayout, startRotation);

        if (currentStretch.IsNew())
        {
            currentStretch  = GetNewStretch();
            buildingStretch = false;
        }
    }