diff options
Diffstat (limited to 'src/SMAPI/Framework/DeprecationLevel.cs')
-rw-r--r-- | src/SMAPI/Framework/DeprecationLevel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/DeprecationLevel.cs b/src/SMAPI/Framework/DeprecationLevel.cs index c0044053..12b50952 100644 --- a/src/SMAPI/Framework/DeprecationLevel.cs +++ b/src/SMAPI/Framework/DeprecationLevel.cs @@ -12,4 +12,4 @@ namespace StardewModdingAPI.Framework /// <summary>The code will be removed soon. Deprecation messages should be warnings in the console.</summary> PendingRemoval } -}
\ No newline at end of file +} |