diff options
Diffstat (limited to 'src/SMAPI/Events/ObjectListChangedEventArgs.cs')
-rw-r--r-- | src/SMAPI/Events/ObjectListChangedEventArgs.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/Events/ObjectListChangedEventArgs.cs b/src/SMAPI/Events/ObjectListChangedEventArgs.cs index b21d2867..b1a636aa 100644 --- a/src/SMAPI/Events/ObjectListChangedEventArgs.cs +++ b/src/SMAPI/Events/ObjectListChangedEventArgs.cs @@ -1,3 +1,5 @@ +#nullable disable + using System; using System.Collections.Generic; using System.Linq; |