We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8793dbd commit 7b1ba39Copy full SHA for 7b1ba39
1 file changed
Source/WatchDogInstallChecker/Startup.cs
@@ -29,6 +29,10 @@ internal class Startup : MonoBehaviour
29
private const string MYSELF_SOURCE_FN = "ModuleManagerWatchDog/Plugins/PluginData/ModuleManagerWatchDog.dll";
30
private const string MYSELF_TARGET_FN = "666_ModuleManagerWatchDog.dll";
31
32
+ private const string MML_NAME = "Module Manager";
33
+ private const string MML_SOURCE_FN = "ModuleManager/PluginData/ModuleManager.dll";
34
+ private const string MML_TARGET_FN = "ModuleManager.dll";
35
+
36
private const string SCALE_NAME = "TweakScale's Scale_Redist";
37
private const string SCALE_SOURCE_FN = "TweakScale/Plugins/PluginData/Scale_Redist.dll";
38
private const string SCALE_TARGET_FN = "999_Scale_Redist.dll";
0 commit comments