Skip to main content

wowlab_engine_content/hooks/frost_death_knight/
mod.rs

1crate::hooks::define_spec_module! {
2    modules [config, handler, hooks, targeting];
3    exports {
4        pub(crate) use handler::FrostDkHandler;
5        pub(crate) use hooks::{
6            breath_of_sindragosa_expire_hook, breath_of_sindragosa_hook,
7            breath_of_sindragosa_tick_hook, empower_rune_weapon_hook, frost_fever_tick_hook,
8            frost_strike_hook, frostwyrms_fury_hook, howling_blast_hook, mastery, obliterate_hook,
9            pillar_of_frost_hook, reapers_mark_hook, remorseless_winter_hook, swing_hook,
10        };
11    }
12}