Exemplo n.º 1
0
 public void ChangeSfxVolume()
 {
     PlayerPrefsManager.SetSfxVolume(sfxVolume.value);
     soundsController.ChangeSfxVolume();
     soundsController.ChangeLaughingVolume();
     engineSoundController.ChangeEngineSoundVolume();
     timerController.ChangeTickingSoundVolume();
 }