Exemple #1
0
 private void PlayerInput_Braked(bool isBracked)
 {
     IsBreaking = isBracked;
     wheels.ApplyBreaking(currentbreakForce);
 }