mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
[ChatBoxExtensions] Add AAS commands.
This commit is contained in:
parent
b1fd591645
commit
8d4f17b8d1
4 changed files with 41 additions and 4 deletions
|
@ -6,7 +6,7 @@ namespace NAK.ChatBoxExtensions.HarmonyPatches;
|
|||
public class CVRInputManagerPatches
|
||||
{
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(CVRInputManager), "Start")]
|
||||
[HarmonyPatch(typeof(CVRInputManager), nameof(CVRInputManager.Start))]
|
||||
static void Postfix_CVRInputManager_Start(ref CVRInputManager __instance)
|
||||
{
|
||||
ChatBoxExtensions.InputModule = __instance.gameObject.AddComponent<InputModules.InputModuleChatBoxExtensions>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue