move detector patch to correct folder ig

This commit is contained in:
JohnCorby 2023-08-31 15:27:11 -07:00
parent d424bffc2f
commit 5d092a3a77

View File

@ -1,7 +1,7 @@
using HarmonyLib;
using NewHorizons.Utility.OWML;
namespace NewHorizons.Patches.PlayerPatches
namespace NewHorizons.Patches.DetectorPatches
{
[HarmonyPatch(typeof(HazardDetector))]
public static class PlayerHazardDetectorPatches