Update Usage
Updated proper namespace for ModManager
This commit is contained in:
@@ -61,7 +61,7 @@ var sliderSetting = new SliderSetting
|
|||||||
settings.AddSetting(sliderSetting);
|
settings.AddSetting(sliderSetting);
|
||||||
|
|
||||||
// Register settings with the manager
|
// 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
|
## 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user