summaryrefslogtreecommitdiff
path: root/src/SMAPI/IModInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/IModInfo.cs')
-rw-r--r--src/SMAPI/IModInfo.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI/IModInfo.cs b/src/SMAPI/IModInfo.cs
index a16c2d7b..3c85d454 100644
--- a/src/SMAPI/IModInfo.cs
+++ b/src/SMAPI/IModInfo.cs
@@ -5,5 +5,8 @@ namespace StardewModdingAPI
{
/// <summary>The mod manifest.</summary>
IManifest Manifest { get; }
+
+ /// <summary>Whether the mod is a content pack.</summary>
+ bool IsContentPack { get; }
}
}