fix: Instance internal -> public
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user