summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Patching/PatchHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/Framework/Patching/PatchHelper.cs')
-rw-r--r--src/SMAPI/Framework/Patching/PatchHelper.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/Framework/Patching/PatchHelper.cs b/src/SMAPI/Framework/Patching/PatchHelper.cs
index 4cb436f0..d1aa0185 100644
--- a/src/SMAPI/Framework/Patching/PatchHelper.cs
+++ b/src/SMAPI/Framework/Patching/PatchHelper.cs
@@ -1,3 +1,4 @@
+#if !HARMONY_2
using System;
using System.Collections.Generic;
@@ -32,3 +33,4 @@ namespace StardewModdingAPI.Framework.Patching
}
}
}
+#endif