mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-01-01 14:17:31 +00:00
mass commit of laziness
This commit is contained in:
parent
ce992c70ee
commit
6d4fc549d9
167 changed files with 5471 additions and 675 deletions
|
|
@ -1,5 +1,7 @@
|
|||
using System.Reflection;
|
||||
using ABI_RC.Core;
|
||||
using ABI_RC.Core.InteractionSystem;
|
||||
using ABI_RC.Core.Networking.API;
|
||||
using ABI_RC.Core.Savior;
|
||||
using ABI_RC.Core.UI;
|
||||
using ABI_RC.Core.UI.UIRework.Managers;
|
||||
|
|
@ -200,7 +202,7 @@ public class TinyboardMod : MelonMod
|
|||
if (__instance is not CVRKeyboardPositionHelper { IsMenuOpen: true }) return;
|
||||
|
||||
// Check if the open source was an open menu
|
||||
KeyboardManager.OpenSource? openSource = KeyboardManager.Instance._keyboardOpenSource;
|
||||
KeyboardManager.OpenSource? openSource = KeyboardManager.Instance.KeyboardOpenSource;
|
||||
|
||||
MenuPositionHelperBase menuPositionHelper;
|
||||
switch (openSource)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue