fix: Instance internal -> public

This commit is contained in:
2026-06-28 14:58:56 +02:00
parent 21fe2695b5
commit a2ea0c4174
+1 -1
View File
@@ -23,7 +23,7 @@ namespace CommandHook;
/// </remarks> /// </remarks>
public class CommandHookModSystem : ModSystem public class CommandHookModSystem : ModSystem
{ {
internal static CommandHookModSystem? Instance; public static CommandHookModSystem? Instance;
private readonly List<ICommandHookListener> listeners = new(); private readonly List<ICommandHookListener> listeners = new();