summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModLoading/InstructionHandleResult.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-15 19:14:40 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-15 19:14:40 -0400
commit5731b015a0c548ac72e0d7ce9c4153aa52da3562 (patch)
treea5897fa7258d4fc9cd79d7a975ce9d3d936b8cc4 /src/SMAPI/Framework/ModLoading/InstructionHandleResult.cs
parenta9cadc7f32fd9fd244fc3e22c62a35e7c257c084 (diff)
parentcd843dc10b902adc32e96e34c5db3ebf98e9a159 (diff)
downloadSMAPI-5731b015a0c548ac72e0d7ce9c4153aa52da3562.tar.gz
SMAPI-5731b015a0c548ac72e0d7ce9c4153aa52da3562.tar.bz2
SMAPI-5731b015a0c548ac72e0d7ce9c4153aa52da3562.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI/Framework/ModLoading/InstructionHandleResult.cs')
-rw-r--r--src/SMAPI/Framework/ModLoading/InstructionHandleResult.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/SMAPI/Framework/ModLoading/InstructionHandleResult.cs b/src/SMAPI/Framework/ModLoading/InstructionHandleResult.cs
index baffc50e..e3f108cb 100644
--- a/src/SMAPI/Framework/ModLoading/InstructionHandleResult.cs
+++ b/src/SMAPI/Framework/ModLoading/InstructionHandleResult.cs
@@ -20,9 +20,6 @@ namespace StardewModdingAPI.Framework.ModLoading
/// <summary>The instruction is compatible, but affects the save serializer in a way that may make saves unloadable without the mod.</summary>
DetectedSaveSerializer,
- /// <summary>The instruction is compatible, but uses the <c>dynamic</c> keyword which won't work on Linux/macOS.</summary>
- DetectedDynamic,
-
/// <summary>The instruction is compatible, but references <see cref="ISpecializedEvents.UnvalidatedUpdateTicking"/> or <see cref="ISpecializedEvents.UnvalidatedUpdateTicked"/> which may impact stability.</summary>
DetectedUnvalidatedUpdateTick,