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.
1 parent 9b03e46 commit 4b312d1Copy full SHA for 4b312d1
src/Registry.cs
@@ -29,7 +29,7 @@ public static class Registry
29
/// <summary>
30
/// A dictionary of all loaded mods, keyed by their ID.
31
/// </summary>
32
- internal static Dictionary<string, Mod> mods = new();
+ public static Dictionary<string, Mod> mods = new();
33
34
35
/// A dictionary of tribe previews, keyed by tribe name.
@@ -122,4 +122,4 @@ public static class Registry
122
if (audioSource == null) return null;
123
return audioSource.clip;
124
}
125
-}
+}
0 commit comments