summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-13 01:16:38 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-13 01:16:38 -0500
commite447ce225f46f60131519a1ff77dfddf520696bb (patch)
treefbc52e12fa24de36f413a5717fafa9a0437e11c7 /src/SMAPI/StardewModdingAPI.csproj
parentcd277e915f85260c8af665b5aeb44368badf06e8 (diff)
downloadSMAPI-e447ce225f46f60131519a1ff77dfddf520696bb.tar.gz
SMAPI-e447ce225f46f60131519a1ff77dfddf520696bb.tar.bz2
SMAPI-e447ce225f46f60131519a1ff77dfddf520696bb.zip
add content pack API
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 49a88f37..2c769f41 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -174,6 +174,7 @@
<Compile Include="Framework\Events\ModPlayerEvents.cs" />
<Compile Include="Framework\Events\ModSpecialisedEvents.cs" />
<Compile Include="Framework\Events\ModWorldEvents.cs" />
+ <Compile Include="Framework\ModHelpers\ContentPackHelper.cs" />
<Compile Include="Framework\ModHelpers\DataHelper.cs" />
<Compile Include="Framework\Networking\MessageType.cs" />
<Compile Include="Framework\Networking\ModMessageModel.cs" />
@@ -207,6 +208,7 @@
<Compile Include="Framework\StateTracking\Comparers\GenericEqualsComparer.cs" />
<Compile Include="Framework\StateTracking\FieldWatchers\ComparableListWatcher.cs" />
<Compile Include="Framework\WatcherCore.cs" />
+ <Compile Include="IContentPackHelper.cs" />
<Compile Include="IDataHelper.cs" />
<Compile Include="IInputHelper.cs" />
<Compile Include="Framework\Input\SInputState.cs" />