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