TODO: Probably move this into script-engine
| 144 | |
| 145 | // TODO: Probably move this into script-engine |
| 146 | Daedalus::GameState::DaedalusDialogManager* getScriptDialogManager() { return m_ScriptDialogMananger; } |
| 147 | void exportDialogManager(json& h); |
| 148 | void importDialogManager(const json& j); |
| 149 |
no outgoing calls
no test coverage detected