Ejemplo n.º 1
0
 public void PlaySound(AudioClip audio)
 {
     instance.GetComponent <AudioSource>().PlayOneShot(audio);
 }