Add public work read model and smooth puzzle transitions
This commit is contained in:
@@ -34,6 +34,7 @@ mod gameplay;
|
||||
mod jump_hop;
|
||||
mod match3d;
|
||||
mod migration;
|
||||
mod public_work;
|
||||
mod puzzle;
|
||||
mod runtime;
|
||||
mod square_hole;
|
||||
@@ -52,6 +53,7 @@ pub use gameplay::*;
|
||||
pub use jump_hop::*;
|
||||
pub use match3d::*;
|
||||
pub use migration::*;
|
||||
pub use public_work::*;
|
||||
pub use runtime::*;
|
||||
pub use square_hole::*;
|
||||
pub use visual_novel::*;
|
||||
|
||||
Reference in New Issue
Block a user