Ejemplo n.º 1
0
 public void StopSound(AudioSource audio)
 {
     subtitleManager.StopSubtitles(audio);
     audio.Stop();
 }