wowlab_engine_content/hooks/marksmanship_hunter/mod.rs
1crate::hooks::define_spec_module! {
2 modules [config, dark_minion, handler, hooks];
3 exports {
4 pub(crate) use handler::MarksmanshipHandler;
5 pub(crate) use hooks::{
6 aimed_shot_hook, arcane_shot_hook, kill_shot_hook, mastery, rapid_fire_hook,
7 rapid_fire_tick_hook, trueshot_hook,
8 };
9 }
10}