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/Framework/Content | |
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/Framework/Content')
-rw-r--r-- | src/SMAPI/Framework/Content/AssetInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/Framework/Content/AssetInfo.cs b/src/SMAPI/Framework/Content/AssetInfo.cs index 16b71487..c632249d 100644 --- a/src/SMAPI/Framework/Content/AssetInfo.cs +++ b/src/SMAPI/Framework/Content/AssetInfo.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using Microsoft.Xna.Framework.Graphics; +using StardewModdingAPI.Framework.Deprecations; namespace StardewModdingAPI.Framework.Content { |