Skip to content

Commit 3165cca

Browse files
committed
make ConfigManager static class
1 parent 931c5f9 commit 3165cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSync/Lib/ConfigManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace CSync.Lib;
1818
/// Handles config registration, instance syncing and caching of BepInEx files.<br></br>
1919
/// </summary>
2020
[PublicAPI]
21-
public class ConfigManager {
21+
public static class ConfigManager {
2222
internal static readonly Dictionary<string, ConfigFile> FileCache = [];
2323
internal static readonly Dictionary<InstanceKey, ISyncedConfig> Instances = [];
2424
internal static readonly Dictionary<InstanceKey, EventHandler> InitialSyncHandlers = [];

0 commit comments

Comments
 (0)