1 2 3 4 5 6 7
pub mod materials; pub mod categories; pub mod variants; pub use materials::MatCatId; pub use materials::props_for;