コード例 #1
0
 public void PlaySoundOneShot(SoundClipSO sound)
 {
     sound.PlayOneShot(_audioSource);
 }