Example #1
0
 public void SteerLeft(int torque)
 {
     rb.AddTorque(torque * -1);
 }