feat: add puzzle clear template runtime
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user