summaryrefslogtreecommitdiff
path: root/src/SMAPI/ICommandHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/ICommandHelper.cs')
-rw-r--r--src/SMAPI/ICommandHelper.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/ICommandHelper.cs b/src/SMAPI/ICommandHelper.cs
index 9f1c345c..a0c524d6 100644
--- a/src/SMAPI/ICommandHelper.cs
+++ b/src/SMAPI/ICommandHelper.cs
@@ -1,3 +1,5 @@
+#nullable disable
+
using System;
namespace StardewModdingAPI