summaryrefslogtreecommitdiff
path: root/src/SMAPI/IAssetEditor.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-03-26 18:34:49 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-03-26 18:34:49 -0400
commiteebd8d54dc068cff2b5127a4b8f03d0b54b89542 (patch)
tree47cd0b1a64f766dde6f3d2c349e6f08050b27107 /src/SMAPI/IAssetEditor.cs
parent5683bc9c7d91d2f47b9145dbb79d78d075c03307 (diff)
downloadSMAPI-eebd8d54dc068cff2b5127a4b8f03d0b54b89542.tar.gz
SMAPI-eebd8d54dc068cff2b5127a4b8f03d0b54b89542.tar.bz2
SMAPI-eebd8d54dc068cff2b5127a4b8f03d0b54b89542.zip
expand obsolete attributes (#766)
Diffstat (limited to 'src/SMAPI/IAssetEditor.cs')
-rw-r--r--src/SMAPI/IAssetEditor.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/SMAPI/IAssetEditor.cs b/src/SMAPI/IAssetEditor.cs
index d2c6f295..9f22ed83 100644
--- a/src/SMAPI/IAssetEditor.cs
+++ b/src/SMAPI/IAssetEditor.cs
@@ -1,6 +1,10 @@
-namespace StardewModdingAPI
+using System;
+using StardewModdingAPI.Events;
+
+namespace StardewModdingAPI
{
/// <summary>Edits matching content assets.</summary>
+ [Obsolete($"Use {nameof(IMod.Helper)}.{nameof(IModHelper.Events)}.{nameof(IModEvents.Content)} instead. This interface will be removed in SMAPI 4.0.0.")]
public interface IAssetEditor
{
/*********