diff options
Diffstat (limited to 'src/SMAPI/Events/EventArgsKeyboardStateChanged.cs')
-rw-r--r-- | src/SMAPI/Events/EventArgsKeyboardStateChanged.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/Events/EventArgsKeyboardStateChanged.cs b/src/SMAPI/Events/EventArgsKeyboardStateChanged.cs index 14e397ce..2c3203b1 100644 --- a/src/SMAPI/Events/EventArgsKeyboardStateChanged.cs +++ b/src/SMAPI/Events/EventArgsKeyboardStateChanged.cs @@ -1,3 +1,4 @@ +#if !SMAPI_3_0_STRICT using System; using Microsoft.Xna.Framework.Input; @@ -29,3 +30,4 @@ namespace StardewModdingAPI.Events } } } +#endif |