void SpawnStretchLayout(TunnelSegment segment, int startRotation) { nextStretchLayout = currentStretch.GetNextLayout(); segment.Remake(nextStretchLayout, startRotation); if (currentStretch.IsNew()) { currentStretch = GetNewStretch(); buildingStretch = false; } }