wowlab_engine_content/hooks/arcane_mage/mod.rs
1crate::hooks::define_spec_module! {
2 modules [config, handler, hooks, targeting];
3 exports {
4 pub(crate) use handler::ArcaneHandler;
5 pub(crate) use hooks::{
6 arcane_barrage_hook, arcane_blast_hook, arcane_missiles_hook, arcane_orb_hook,
7 arcane_surge_hook, mastery, touch_of_the_magi_expire_hook, touch_of_the_magi_hook,
8 };
9 }
10}