| 24 | |
| 25 | #[derive(Debug, Deserialize, Serialize)] |
| 26 | pub(crate) struct EngineConfig { |
| 27 | initialize: InitializeConfig, |
| 28 | character: Character, |
| 29 | } |
| 30 | |
| 31 | impl EngineConfig { |
| 32 | pub(crate) fn script_path(&self) -> &str { |
nothing calls this directly
no outgoing calls
no test coverage detected