ChatBoxExtensions: Recompile

This commit is contained in:
NotAKidoS 2024-06-29 22:01:27 -05:00
parent bef2440b23
commit 4ae78984af
4 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@ public class ChatBoxExtensions : MelonMod
ApplyIntegrations();
}
void ApplyIntegrations()
private void ApplyIntegrations()
{
Integrations.Commands.InitializeCommandHandlers();
@ -39,7 +39,7 @@ public class ChatBoxExtensions : MelonMod
}
}
void ApplyPatches(Type type)
private void ApplyPatches(Type type)
{
try
{