summaryrefslogtreecommitdiff
path: root/src/SMAPI/IAssetData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/IAssetData.cs')
-rw-r--r--src/SMAPI/IAssetData.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/IAssetData.cs b/src/SMAPI/IAssetData.cs
index 8df59e53..1ec09d87 100644
--- a/src/SMAPI/IAssetData.cs
+++ b/src/SMAPI/IAssetData.cs
@@ -5,6 +5,7 @@ namespace StardewModdingAPI
/// <summary>Generic metadata and methods for a content asset being loaded.</summary>
/// <typeparam name="TValue">The expected data type.</typeparam>
public interface IAssetData<TValue> : IAssetInfo
+ where TValue : notnull
{
/*********
** Accessors