wowlab_engine_content/hooks/survival_hunter/
mod.rs1crate::hooks::define_spec_module! {
2 modules [hooks];
3 exports {
4 pub(crate) use hooks::{
5 boomstick_hook, flamefang_pitch_hook, howl_cooldown_expire_hook, kill_command_hook,
6 mastery, pet_swing, raptor_strike_hook, takedown_hook, wildfire_bomb_hook,
7 };
8 }
9}