summaryrefslogtreecommitdiff
path: root/src/SMAPI/IAssetEditor.cs
diff options
context:
space:
mode:
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
{
/*********