diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-19 19:03:47 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-19 19:03:47 -0400 |
commit | 889004f1eba31aa3a5069e1dcbe79896d05720b0 (patch) | |
tree | fc46c956d6ab8ec3fab9d914f6351c14662e2f71 /src/SMAPI/Constants.cs | |
parent | a8a4d314dff1f80970090e9d364f36e787df73d6 (diff) | |
download | SMAPI-889004f1eba31aa3a5069e1dcbe79896d05720b0.tar.gz SMAPI-889004f1eba31aa3a5069e1dcbe79896d05720b0.tar.bz2 SMAPI-889004f1eba31aa3a5069e1dcbe79896d05720b0.zip |
move deprecation code into namespace
Diffstat (limited to 'src/SMAPI/Constants.cs')
-rw-r--r-- | src/SMAPI/Constants.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs index d40b97f4..ddb08435 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -6,6 +6,7 @@ using System.Reflection; using Mono.Cecil; using StardewModdingAPI.Enums; using StardewModdingAPI.Framework; +using StardewModdingAPI.Framework.Deprecations; using StardewModdingAPI.Framework.ModLoading; using StardewModdingAPI.Toolkit.Framework; using StardewModdingAPI.Toolkit.Utilities; |