Skip to main content

wowlab_engine_domain/rotation/buffer/
set_bonus.rs

1wowlab_engine_macros::define_slot! {
2    #[slot(domain = "set_bonus", kind = keyed, key_domain = "set_bonus")]
3    pub struct SetBonusSlot {
4        #[expr("is_active", Bool, Direct)]
5        pub is_active: i32,
6    }
7}