private void FixedUpdate() { wheels.Work(playerInput.Vertival, motorForce); if (isSteeringWheels) { wheels.HandleSteering(playerInput.Horizontal); } }