diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-19 01:53:35 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-19 01:53:35 -0400 |
commit | 417c04076634ea87d7b3030a1acf46825da6e3e6 (patch) | |
tree | 218d176718205b792afe6c01275c1bc5fc595d9d /src/SMAPI/StardewModdingAPI.csproj | |
parent | 944b2995f1bf7719cfcfb9bafe713523dbd8883f (diff) | |
download | SMAPI-417c04076634ea87d7b3030a1acf46825da6e3e6.tar.gz SMAPI-417c04076634ea87d7b3030a1acf46825da6e3e6.tar.bz2 SMAPI-417c04076634ea87d7b3030a1acf46825da6e3e6.zip |
add data API (#468)
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 fc2d45ba..713b1b31 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -109,6 +109,7 @@ <Compile Include="Events\WorldBuildingListChangedEventArgs.cs" /> <Compile Include="Events\WorldLocationListChangedEventArgs.cs" /> <Compile Include="Events\WorldObjectListChangedEventArgs.cs" /> + <Compile Include="Framework\ModHelpers\DataHelper.cs" /> <Compile Include="Framework\SGameConstructorHack.cs" /> <Compile Include="Framework\ContentManagers\BaseContentManager.cs" /> <Compile Include="Framework\ContentManagers\GameContentManager.cs" /> @@ -136,6 +137,7 @@ <Compile Include="Framework\ModHelpers\InputHelper.cs" /> <Compile Include="Framework\StateTracking\Comparers\GenericEqualsComparer.cs" /> <Compile Include="Framework\WatcherCore.cs" /> + <Compile Include="IDataHelper.cs" /> <Compile Include="IInputHelper.cs" /> <Compile Include="Framework\Input\SInputState.cs" /> <Compile Include="Framework\Input\InputStatus.cs" /> |