Exemple #1
0
 private void OnChangeSoundVolume(float percentage)
 {
     sound.SetSoundsVolume(percentage);
 }