feat: add puzzle clear template runtime

This commit is contained in:
2026-06-03 22:11:46 +08:00
parent 6e74cf5add
commit 1b5e098225
148 changed files with 19588 additions and 241 deletions

View File

@@ -11,6 +11,7 @@ pub use module_inventory::*;
pub use module_jump_hop::*;
pub use module_npc::*;
pub use module_progression::*;
pub use module_puzzle_clear::*;
pub use module_quest::*;
pub use module_runtime::*;
pub use module_runtime_item::*;
@@ -36,6 +37,7 @@ mod match3d;
mod migration;
mod public_work;
mod puzzle;
mod puzzle_clear;
mod runtime;
mod square_hole;
mod visual_novel;
@@ -54,6 +56,7 @@ pub use jump_hop::*;
pub use match3d::*;
pub use migration::*;
pub use public_work::*;
pub use puzzle_clear::*;
pub use runtime::*;
pub use square_hole::*;
pub use visual_novel::*;