diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-06 21:45:03 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-06 21:45:03 -0400 |
commit | cd62dcc8cfa35a9b423f4d15359ec3083b4c6d44 (patch) | |
tree | f5eb9c233aeaa44b9d0c22278b86c5648d5ac393 /src/SMAPI/StardewModdingAPI.csproj | |
parent | 9e525533e10ade49c733a34373e0fb749748918e (diff) | |
download | SMAPI-cd62dcc8cfa35a9b423f4d15359ec3083b4c6d44.tar.gz SMAPI-cd62dcc8cfa35a9b423f4d15359ec3083b4c6d44.tar.bz2 SMAPI-cd62dcc8cfa35a9b423f4d15359ec3083b4c6d44.zip |
add simple Harmony wrapper for validation, error-handling, etc (#541)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index d2a65f48..125e7746 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -107,6 +107,8 @@ <Compile Include="Framework\ContentManagers\GameContentManager.cs" /> <Compile Include="Framework\ContentManagers\IContentManager.cs" /> <Compile Include="Framework\ContentManagers\ModContentManager.cs" /> + <Compile Include="Framework\Patching\GamePatcher.cs" /> + <Compile Include="Framework\Patching\IHarmonyPatch.cs" /> <Compile Include="Framework\Serialisation\ColorConverter.cs" /> <Compile Include="Framework\Serialisation\PointConverter.cs" /> <Compile Include="Framework\Serialisation\RectangleConverter.cs" /> |