Skip to main content

wowlab_engine_content/hooks/assassination_rogue/
mod.rs

1crate::hooks::define_spec_module! {
2    modules [config, fatebound, handler, hooks, poisons];
3    exports {
4        pub(crate) use config::mastery;
5        pub(crate) use handler::AssassinationHandler;
6        pub(crate) use hooks::{
7            ambush_hook, deathmark_hook, envenom_expire_hook, envenom_hook, garrote_hook,
8            hook_owned_damage_trigger_disabled, kingsbane_expire_hook, kingsbane_hook,
9            mutilate_hook, rupture_hook, swing_hook, vanish_hook,
10        };
11    }
12}