modules system init

This commit is contained in:
2026-02-15 19:29:17 +08:00
parent 9a87231572
commit 285fdcab1f
3 changed files with 90 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ pub mod doll_editor;
pub mod health_manager;
pub mod health_monitor;
pub mod interaction;
pub mod modules;
pub mod scene;
pub mod sprite_recolor;
pub mod welcome;