wowlab_engine_content/hooks/elemental_shaman/mod.rs
1crate::hooks::define_spec_module! {
2 modules [bugs, config, elementals, handler, hooks];
3 exports {
4 pub(crate) use handler::ElementalHandler;
5 pub(crate) use hooks::{
6 ascendance_hook, chain_lightning_hook, earthquake_hook, elemental_blast_hook, lava_burst_hook,
7 lightning_bolt_hook, mastery, stormkeeper_hook, tempest_hook,
8 };
9 }
10}