void PlaySound(EventParam eventParam)
 {
     soundManager.LoadAndPlayClip(eventParam.audioParam);
 }