mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
[ChatBoxExtensions] Updated for the latest API.
This commit is contained in:
parent
62eb612d73
commit
37ad5a8f9c
9 changed files with 88 additions and 40 deletions
|
@ -23,6 +23,7 @@ public class ChatBoxExtensions : MelonMod
|
|||
|
||||
void ApplyIntegrations()
|
||||
{
|
||||
Integrations.Commands.InitializeCommandHandlers();
|
||||
Integrations.ChatBoxCommands.RegisterCommands();
|
||||
Integrations.ChilloutVRBaseCommands.RegisterCommands();
|
||||
ApplyPatches(typeof(HarmonyPatches.CVRInputManagerPatches));
|
||||
|
@ -45,4 +46,4 @@ public class ChatBoxExtensions : MelonMod
|
|||
Logger.Error(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue