This commit is contained in:
2024-03-10 18:25:51 +08:00
parent d9a4cb312d
commit 456598f2a1
14 changed files with 166 additions and 16 deletions
+7
View File
@@ -82,4 +82,11 @@ public class CheatEnabler : BaseUnityPlugin
AbnormalDisabler.Uninit();
DevShortcuts.Uninit();
}
private void Update()
{
if (VFInput.inputing) return;
FactoryPatch.OnUpdate();
}
}