Exemple #1
0
 public void SetNOSByToggle(Toggle toggle)
 {
     RCC_Customization.SetNOS(RCC_SceneManager.Instance.activePlayerVehicle, toggle.isOn);
 }
 public void SetNOSByToggle(Toggle toggle)
 {
     RCC_Customization.SetNOS(car, toggle.isOn);
 }