Skip to main content

wowlab_engine_content/hooks/feral_druid/
mod.rs

1crate::hooks::define_spec_module! {
2    modules [config, handler, hooks];
3    exports {
4        pub(crate) use handler::FeralHandler;
5        pub(crate) use hooks::{
6            builder_hook, cat_form_hook, convoke_cast_hook, convoke_tick_hook, feral_frenzy_hook, ferocious_bite_hook,
7            mastery,
8            moonfire_hook, rake_hook, rip_hook, shred_hook, swing_hook, tigers_fury_hook,
9        };
10    }
11}