This commit is contained in:
2025-09-19 22:37:25 -04:00
5 changed files with 10 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using HarmonyLib;

View File

@@ -10,7 +10,7 @@ using UnityEngine;
namespace undead_universal_patch_il2cpp.Patches.Internals
{
[HarmonyPatch]
/*[HarmonyPatch]
public class LockerroomOOBEFlow
{
static PatchTypesResult patchResult = Util.PreparePatchTypes(
@@ -26,5 +26,5 @@ namespace undead_universal_patch_il2cpp.Patches.Internals
{
}
}
}*/
}