public void SetABS(Toggle toggle) { RCC_Customization.SetABS(RCC_SceneManager.Instance.activePlayerVehicle, toggle.isOn); }
public void SetABS(Toggle toggle) { RCC_Customization.SetABS(car, toggle.isOn); }