Example #1
0
 public WaitForSeconds PlayAndWait(AudioSource source, AudioEvent audioEvent)
 {
     return(audioEvent.PlayAndWait(source, settings.SFXVolume));
 }