Skip to main content

wowlab_engine_domain/rotation/context/
mod.rs

1//! Runtime context schema for descriptor-based rotations.
2
3mod draft;
4mod schema;
5mod slots;
6mod spell_usable;
7
8pub(crate) use draft::{SchemaDraft, schema_draft};
9pub(crate) use schema::SpellUsableOffsets;
10pub use schema::{ContextField, ContextSchema};