public void OnHit() { AudioManager.PlaySoundEvent(AUDIO_EVENT.FENCE_HIT); ParticleSpawner.SpawnParticleEvent(PARTICLE_EVENT.FENCE_HIT, this); }