Update Usage

Updated proper namespace for ModManager
This commit is contained in:
Exil Productions
2025-11-11 18:56:27 +01:00
committed by GitHub
parent a4ca3b18d5
commit 5c9a8362cb

View File

@@ -61,7 +61,7 @@ var sliderSetting = new SliderSetting
settings.AddSetting(sliderSetting);
// Register settings with the manager
VMM.Core.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssembly(), settings);
VMM.ModRegistry.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssembly(), settings);
```
@@ -76,4 +76,4 @@ VMM.Core.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssembly(), s
## License
This project is licensed under the Apache License 2.0. See LICENSE.txt for the full license text.
This project is licensed under the Apache License 2.0. See LICENSE.txt for the full license text.