Skip to main content

wowlab_engine_content/hooks/balance_druid/
mod.rs

1crate::hooks::define_spec_module! {
2    modules [config, handler, hooks, targeting];
3    exports {
4        pub(crate) use handler::BalanceHandler;
5        pub(crate) use hooks::{
6            celestial_alignment_hook, eclipse_hook, mastery, starfall_tick_hook, starfire_hook,
7            starsurge_hook, wrath_hook,
8        };
9    }
10}