summaryrefslogtreecommitdiff
path: root/src/SMAPI.Toolkit
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-14 13:32:13 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-14 13:32:13 -0400
commit3a4758dfa63f0f8e03166bffa15e16f7995499d7 (patch)
tree6b54e3c25c12cd923ec12d74e713b71558d54faf /src/SMAPI.Toolkit
parenta9cadc7f32fd9fd244fc3e22c62a35e7c257c084 (diff)
downloadSMAPI-3a4758dfa63f0f8e03166bffa15e16f7995499d7.tar.gz
SMAPI-3a4758dfa63f0f8e03166bffa15e16f7995499d7.tar.bz2
SMAPI-3a4758dfa63f0f8e03166bffa15e16f7995499d7.zip
remove warning for mods which use `dynamic`
Diffstat (limited to 'src/SMAPI.Toolkit')
-rw-r--r--src/SMAPI.Toolkit/Framework/ModData/ModWarning.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Toolkit/Framework/ModData/ModWarning.cs b/src/SMAPI.Toolkit/Framework/ModData/ModWarning.cs
index afebba87..cf804df4 100644
--- a/src/SMAPI.Toolkit/Framework/ModData/ModWarning.cs
+++ b/src/SMAPI.Toolkit/Framework/ModData/ModWarning.cs
@@ -19,6 +19,7 @@ namespace StardewModdingAPI.Toolkit.Framework.ModData
PatchesGame = 4,
/// <summary>The mod uses the <c>dynamic</c> keyword which won't work on Linux/macOS.</summary>
+ [Obsolete("This value is no longer used by SMAPI and will be removed in the upcoming SMAPI 4.0.0.")]
UsesDynamic = 8,
/// <summary>The mod references specialized 'unvalidated update tick' events which may impact stability.</summary>