Exemple #1
0
 public AudioClip GetPauseSound(bool pausing)
 {
     return(pausing == true?soundStorage.GetPauseSound() : soundStorage.GetUnpauseSound());
 }
Exemple #2
0
 public void PlayMenuPauseSound()
 {
     fxSource.PlayOneShot(soundStorage.GetPauseSound());
 }