This commit is contained in:
2026-02-07 20:36:00 +08:00
commit f46084d3fe
16 changed files with 1432 additions and 0 deletions

5
src/types/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
mod magma_project_config;
mod mcfunction_file;
pub use magma_project_config::*;
pub(crate) use mcfunction_file::*;