From 155dda33b92704b903d857b151ca5226553b9ad6 Mon Sep 17 00:00:00 2001 From: zombieb Date: Sun, 30 Mar 2025 19:09:17 -0400 Subject: [PATCH] Move `BasePatches` to `Patches` --- BasePatches/ImageSignature.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasePatches/ImageSignature.cs b/BasePatches/ImageSignature.cs index 850031f..6b69d33 100644 --- a/BasePatches/ImageSignature.cs +++ b/BasePatches/ImageSignature.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using HarmonyLib; using System.Reflection; -namespace undead_universal_patch_il2cpp.BasePatches +namespace undead_universal_patch_il2cpp.Patches { [HarmonyPatch] public class ImageSignaturePatch