Example #1
0
    private void FixedUpdate()
    {
        UpdateWheelsVisual();

        if (CurrentTiltBlocker)
        {
            CurrentTiltBlocker.ControlTilt();
        }
    }