wowlab_engine_content/hooks/beast_mastery_hunter/mod.rs
1crate::hooks::define_spec_module! {
2 modules [config, handler, hooks, targeting];
3 exports {
4 pub(crate) use handler::BeastMasteryHandler;
5 pub(crate) use hooks::{barbed_shot_hook, bestial_wrath_hook, cobra_shot_hook, dire_beast_proc, kill_command_hook, mastery, pet_swing, wild_thrash_hook};
6 }
7}