Example #1
0
 //효과음을 재생한다
 public void Play(EFFECT_TYPE effectType)
 {
     effectPlayer.PlayOneShot(effectClips[effectType.ToString()]);
 }