diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-04-24 12:36:20 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-04-24 12:36:20 -0400 |
commit | 4e7733ba2dd4912891e6161cca2e2dfc2e94196a (patch) | |
tree | 70b86f03c5d3f708bb94290e6c1c8cf533d2375b /src/StardewModdingAPI/Framework/Models/ModCompatibility.cs | |
parent | 1de8895642c12e6e36f95c0b960679a8e30d0615 (diff) | |
download | SMAPI-4e7733ba2dd4912891e6161cca2e2dfc2e94196a.tar.gz SMAPI-4e7733ba2dd4912891e6161cca2e2dfc2e94196a.tar.bz2 SMAPI-4e7733ba2dd4912891e6161cca2e2dfc2e94196a.zip |
update for SDV 1.2 non-beta release
Diffstat (limited to 'src/StardewModdingAPI/Framework/Models/ModCompatibility.cs')
-rw-r--r-- | src/StardewModdingAPI/Framework/Models/ModCompatibility.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/StardewModdingAPI/Framework/Models/ModCompatibility.cs b/src/StardewModdingAPI/Framework/Models/ModCompatibility.cs index e1ee8135..1e71dae0 100644 --- a/src/StardewModdingAPI/Framework/Models/ModCompatibility.cs +++ b/src/StardewModdingAPI/Framework/Models/ModCompatibility.cs @@ -37,9 +37,6 @@ namespace StardewModdingAPI.Framework.Models /// <summary>Indicates how SMAPI should consider the mod.</summary> public ModCompatibilityType Compatibility { get; set; } - /// <summary>Whether this record only applies to the Stardew Valley 1.2 beta.</summary> - public bool OnlyStardewValleyBeta { get; set; } - /**** ** Injected |