清理stdb绑定
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-04-26 17:55:03 +08:00
parent 39f679d1ea
commit cb6f861790
43 changed files with 0 additions and 6752 deletions

View File

@@ -50,17 +50,11 @@ use crate::{
request_context::RequestContext, state::AppState,
};
#[path = "compat/ai.rs"]
mod ai;
#[path = "compat/equipment_actions.rs"]
mod equipment_actions;
#[path = "compat/game_state.rs"]
mod game_state;
#[path = "compat/npc_actions.rs"]
mod npc_actions;
#[path = "compat/presentation.rs"]
mod presentation;
#[path = "compat/quest_actions.rs"]
mod quest_actions;
use self::{
@@ -68,7 +62,6 @@ use self::{
};
#[cfg(test)]
#[path = "compat/tests.rs"]
mod tests;
pub async fn resolve_runtime_story_state(

View File

@@ -1,5 +0,0 @@
use super::*;
pub(super) use module_runtime_story_compat::{
build_runtime_equipment_item, build_runtime_material_item,
};