예제 #1
0
 public void StopSound(AudioSource audio)
 {
     subtitleManager.StopSubtitles(audio);
     audio.Stop();
 }