@@ -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(
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
use super::*;
|
||||
|
||||
pub(super) use module_runtime_story_compat::{
|
||||
build_runtime_equipment_item, build_runtime_material_item,
|
||||
};
|
||||
Reference in New Issue
Block a user