zz_data/core/
mod.rs

1/// Core structures of the game. Mostly come from files parsing.
2
3pub mod wizform;
4pub mod magic;
5pub mod text;