| 30 | namespace fs = std::filesystem; |
| 31 | |
| 32 | Sapphire::Scripting::ScriptMgr::ScriptMgr() : |
| 33 | m_firstScriptChangeNotificiation( false ) |
| 34 | { |
| 35 | m_nativeScriptMgr = createNativeScriptMgr(); |
| 36 | } |
| 37 | |
| 38 | Sapphire::Scripting::ScriptMgr::~ScriptMgr() |
| 39 | { |
nothing calls this directly
no test coverage detected