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.
ConfigManager
static class
1 parent 931c5f9 commit 3165ccaCopy full SHA for 3165cca
CSync/Lib/ConfigManager.cs
@@ -18,7 +18,7 @@ namespace CSync.Lib;
18
/// Handles config registration, instance syncing and caching of BepInEx files.<br></br>
19
/// </summary>
20
[PublicAPI]
21
-public class ConfigManager {
+public static class ConfigManager {
22
internal static readonly Dictionary<string, ConfigFile> FileCache = [];
23
internal static readonly Dictionary<InstanceKey, ISyncedConfig> Instances = [];
24
internal static readonly Dictionary<InstanceKey, EventHandler> InitialSyncHandlers = [];
0 commit comments