public void PlayEffect(Vector3 direction)
 {
     hitEffect.Play(direction);
 }