Skip to main content

wowlab_engine_content/hooks/affliction_warlock/
mod.rs

1crate::hooks::define_spec_module! {
2    modules [config, handler, hooks];
3    exports {
4        pub(crate) use handler::AfflictionHandler;
5        pub(crate) use hooks::{dark_harvest_hook, dark_harvest_tick_hook, haunt_tick_hook, mastery, summon_darkglare_hook, unstable_affliction_hook};
6    }
7}