summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/IModLinked.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/StardewModdingAPI/IModLinked.cs')
-rw-r--r--src/StardewModdingAPI/IModLinked.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/StardewModdingAPI/IModLinked.cs b/src/StardewModdingAPI/IModLinked.cs
deleted file mode 100644
index 172ee30c..00000000
--- a/src/StardewModdingAPI/IModLinked.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace StardewModdingAPI
-{
- /// <summary>An instance linked to a mod.</summary>
- public interface IModLinked
- {
- /*********
- ** Accessors
- *********/
- /// <summary>The unique ID of the mod for which the instance was created.</summary>
- string ModID { get; }
- }
-}