diff options
Diffstat (limited to 'src/SMAPI/Events/EventArgsIntChanged.cs')
-rw-r--r-- | src/SMAPI/Events/EventArgsIntChanged.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/Events/EventArgsIntChanged.cs b/src/SMAPI/Events/EventArgsIntChanged.cs index a018695c..76ec6d08 100644 --- a/src/SMAPI/Events/EventArgsIntChanged.cs +++ b/src/SMAPI/Events/EventArgsIntChanged.cs @@ -1,3 +1,4 @@ +#if !SMAPI_3_0_STRICT using System; namespace StardewModdingAPI.Events @@ -28,3 +29,4 @@ namespace StardewModdingAPI.Events } } } +#endif |