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 9247bae commit ff9f34cCopy full SHA for ff9f34c
Source/ModuleManager/MMPatchLoader.cs
@@ -25,7 +25,7 @@ namespace ModuleManager
25
{
26
[SuppressMessage("ReSharper", "StringLastIndexOfIsCultureSpecific.1")]
27
[SuppressMessage("ReSharper", "StringIndexOfIsCultureSpecific.1")]
28
- public class MMPatchLoader
+ public class MMPatchLoader : LoadingSystem
29
30
private const string PHYSICS_NODE_NAME = "PHYSICSGLOBALS";
31
0 commit comments