diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-02-16 00:54:41 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-02-16 00:54:41 -0500 |
commit | 176eddbf7b70934c2665aa3a0ac8b46bef04012a (patch) | |
tree | a09c26179f2445b21bae3a79076c58839924cdb5 /src/StardewModdingAPI/StardewModdingAPI.csproj | |
parent | 2c6ab6805de0e0a21d5191838237db04aa0176ec (diff) | |
download | SMAPI-176eddbf7b70934c2665aa3a0ac8b46bef04012a.tar.gz SMAPI-176eddbf7b70934c2665aa3a0ac8b46bef04012a.tar.bz2 SMAPI-176eddbf7b70934c2665aa3a0ac8b46bef04012a.zip |
make SMAPI core non-static, eliminate direct access between core components
Diffstat (limited to 'src/StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/StardewModdingAPI/StardewModdingAPI.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj index 1e896d4b..35dd6513 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.csproj +++ b/src/StardewModdingAPI/StardewModdingAPI.csproj @@ -151,6 +151,7 @@ <Compile Include="Framework\Logging\InterceptingTextWriter.cs" /> <Compile Include="Framework\CommandHelper.cs" /> <Compile Include="Framework\Reflection\PrivateProperty.cs" /> + <Compile Include="Framework\RequestExitDelegate.cs" /> <Compile Include="Framework\Serialisation\JsonHelper.cs" /> <Compile Include="Framework\Serialisation\SemanticVersionConverter.cs" /> <Compile Include="ICommandHelper.cs" /> |