feat: add wooden fish play template
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// 中文注释:SpacetimeDB 绑定生成依赖根模块继续公开 re-export 各领域类型;
|
||||
// 中文注释:SpacetimeDB 绑定生成依赖根模块继续公开 re-export 各领域类型;
|
||||
// 少数领域 helper 同名只影响 value namespace 导出,不影响 table / reducer 类型。
|
||||
#![allow(ambiguous_glob_reexports)]
|
||||
|
||||
@@ -15,6 +15,7 @@ pub use module_quest::*;
|
||||
pub use module_runtime::*;
|
||||
pub use module_runtime_item::*;
|
||||
pub use module_story::*;
|
||||
pub use module_wooden_fish::*;
|
||||
|
||||
pub(crate) use serde_json::{Map as JsonMap, Value as JsonValue, json};
|
||||
pub(crate) use shared_kernel::format_timestamp_micros;
|
||||
@@ -37,6 +38,7 @@ mod puzzle;
|
||||
mod runtime;
|
||||
mod square_hole;
|
||||
mod visual_novel;
|
||||
mod wooden_fish;
|
||||
|
||||
pub use ai::*;
|
||||
pub use asset_metadata::*;
|
||||
@@ -53,3 +55,4 @@ pub use migration::*;
|
||||
pub use runtime::*;
|
||||
pub use square_hole::*;
|
||||
pub use visual_novel::*;
|
||||
pub use wooden_fish::*;
|
||||
|
||||
Reference in New Issue
Block a user