Added ability for triggers to move according to parent

This commit is contained in:
Antoine Pilote
2024-04-18 20:08:04 -04:00
parent 07e080f6a9
commit 89846a6885
10 changed files with 75 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ namespace Nuake {
private:
const std::string m_Scope = "Nuake.Net";
const std::string m_EngineAssemblyName = "NuakeNet.dll";
const std::string m_NetDirectory = "bin/Debug/net8.0";
const std::string m_NetDirectory = ".net";
const std::string m_ContextName = "NuakeEngineContext";
bool m_IsInitialized = false;