From 5c9a8362cb61fe771391ddd92c58c7301515223d Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Tue, 11 Nov 2025 18:56:27 +0100 Subject: [PATCH] Update Usage Updated proper namespace for ModManager --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5cfff..e216606 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +This project is licensed under the Apache License 2.0. See LICENSE.txt for the full license text.