Skip to main content

wowlab_engine_content/hooks/fury_warrior/
mod.rs

1crate::hooks::define_spec_module! {
2    modules [config, handler, hooks];
3    exports {
4        pub(crate) use handler::FuryHandler;
5        pub(crate) use hooks::{
6            bladestorm_hook, bladestorm_tick_hook, bloodbath_hook, bloodthirst_hook,
7            crushing_blow_hook, execute_hook, mastery, odyns_fury_hook, raging_blow_hook, rampage_hook,
8            rampage_single_target_trigger, rampaging_ruin_trigger, rend_hook, slam_hook, swing_hook,
9            thunder_clap_hook, whirlwind_hook,
10        };
11    }
12}