Пример #1
0
 public void PlaySoundByType(QueryChanSDSoundType soundNumber)
 {
     this.GetComponent<AudioSource>().Stop();
     this.GetComponent<AudioSource>().PlayOneShot(soundData[(int)soundNumber]);
 }
Пример #2
0
 public void PlaySoundByType(QueryChanSDSoundType soundNumber)
 {
     this.GetComponent <AudioSource>().Stop();
     this.GetComponent <AudioSource>().PlayOneShot(soundData[(int)soundNumber]);
 }