public void PlaySoundByType(QueryChanSDSoundType soundNumber)
 {
     this.GetComponent<AudioSource>().Stop();
     this.GetComponent<AudioSource>().PlayOneShot(soundData[(int)soundNumber]);
 }
 public void PlaySoundByType(QueryChanSDSoundType soundNumber)
 {
     this.GetComponent <AudioSource>().Stop();
     this.GetComponent <AudioSource>().PlayOneShot(soundData[(int)soundNumber]);
 }