wowlab_engine_domain/rotation/buffer/
hero_tree.rs1wowlab_engine_macros::define_slot! {
2 #[slot(domain = "hero_tree", kind = keyed, key_domain = "hero_tree")]
3 pub struct HeroTreeSlot {
4 #[expr("is_active", Bool, Direct)]
5 pub is_active: i32,
6 }
7}