summaryrefslogtreecommitdiff
path: root/src/SMAPI/IPrivateProperty.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/IPrivateProperty.cs')
-rw-r--r--src/SMAPI/IPrivateProperty.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/IPrivateProperty.cs b/src/SMAPI/IPrivateProperty.cs
index a24495dd..a1b21a69 100644
--- a/src/SMAPI/IPrivateProperty.cs
+++ b/src/SMAPI/IPrivateProperty.cs
@@ -1,3 +1,4 @@
+#if !STARDEW_VALLEY_1_3
using System;
using System.Reflection;
@@ -26,3 +27,4 @@ namespace StardewModdingAPI
void SetValue(TValue value);
}
}
+#endif