コード例 #1
0
 public void Play()
 {
     _audioSource.PlayOneShot(_fileProvider.GetObject <AudioClip>());
 }