zz_data/core/
mod.rs

1
2
3
4
5
/// Core structures of the game. Mostly come from files parsing.

pub mod wizform;
pub mod magic;
pub mod text;