Skip to main content

wowlab_engine_content/hooks/fire_mage/
mod.rs

1crate::hooks::define_spec_module! {
2    modules [config, handler, hooks];
3    exports {
4        pub(crate) use handler::FireHandler;
5        pub(crate) use hooks::{
6            combustion_expire_hook, combustion_hook, fire_blast_hook, fireball_hook,
7            hyperthermia_expire_hook, mastery, meteor_hook, pyroblast_hook,
8        };
9    }
10}