diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-03 02:39:20 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-04 23:49:06 -0500 |
commit | 3744e2f1e5505c9d15fb3bc985ad147a33621048 (patch) | |
tree | cf6c6accf9024b553a1772658720f909c6c6b25f /src/SMAPI/Events/EventArgsPlayerWarped.cs | |
parent | a2a0469cd024e2fd4b35503db152ba1a6df712ec (diff) | |
download | SMAPI-3744e2f1e5505c9d15fb3bc985ad147a33621048.tar.gz SMAPI-3744e2f1e5505c9d15fb3bc985ad147a33621048.tar.bz2 SMAPI-3744e2f1e5505c9d15fb3bc985ad147a33621048.zip |
add SMAPI 3.0 compatibility strict mode (#606)
Diffstat (limited to 'src/SMAPI/Events/EventArgsPlayerWarped.cs')
-rw-r--r-- | src/SMAPI/Events/EventArgsPlayerWarped.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/Events/EventArgsPlayerWarped.cs b/src/SMAPI/Events/EventArgsPlayerWarped.cs index 93026aea..d1aa1588 100644 --- a/src/SMAPI/Events/EventArgsPlayerWarped.cs +++ b/src/SMAPI/Events/EventArgsPlayerWarped.cs @@ -1,3 +1,4 @@ +#if !SMAPI_3_0_STRICT using System; using StardewValley; @@ -30,3 +31,4 @@ namespace StardewModdingAPI.Events } } } +#endif |