wowlab_engine_content/hooks/havoc_demon_hunter/mod.rs
1crate::hooks::define_spec_module! {
2 modules [config, handler, hooks];
3 exports {
4 pub(crate) use handler::HavocHandler;
5 pub(crate) use hooks::{
6 abyssal_gaze_hook, annihilation_hook, blade_dance_hook, chaos_strike_hook,
7 consuming_fire_hook, death_sweep_hook, eye_beam_hook, eye_beam_tick_hook, mastery,
8 metamorphosis_hook, swing_hook, the_hunt_hook, throw_glaive_hook,
9 };
10 }
11}