summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Singleton.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/Framework/Singleton.cs')
-rw-r--r--src/SMAPI/Framework/Singleton.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/Framework/Singleton.cs b/src/SMAPI/Framework/Singleton.cs
index 1bf318c4..da16c48e 100644
--- a/src/SMAPI/Framework/Singleton.cs
+++ b/src/SMAPI/Framework/Singleton.cs
@@ -1,3 +1,5 @@
+#nullable disable
+
namespace StardewModdingAPI.Framework
{
/// <summary>Provides singleton instances of a given type.</summary>