Exemplo n.º 1
0
 public void PlaySoundEffect()
 {
     soundy.PlaySound(soundEffect);
 }
Exemplo n.º 2
0
 protected void PlaySound(AudioClip sound)
 {
     soundy?.PlaySound(sound);
 }