summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Reflection/ReflectedMethod.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/Framework/Reflection/ReflectedMethod.cs')
-rw-r--r--src/SMAPI/Framework/Reflection/ReflectedMethod.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/SMAPI/Framework/Reflection/ReflectedMethod.cs b/src/SMAPI/Framework/Reflection/ReflectedMethod.cs
index 803bc316..7d9072a0 100644
--- a/src/SMAPI/Framework/Reflection/ReflectedMethod.cs
+++ b/src/SMAPI/Framework/Reflection/ReflectedMethod.cs
@@ -5,9 +5,6 @@ namespace StardewModdingAPI.Framework.Reflection
{
/// <summary>A method obtained through reflection.</summary>
internal class ReflectedMethod : IReflectedMethod
-#if !STARDEW_VALLEY_1_3
- , IPrivateMethod
-#endif
{
/*********
** Properties