Example #1
0
 public void PlayOneShot(string _soundName)
 {
     soundsController.PlayOneShot(_soundName);
 }