summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-10-06 00:25:48 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-10-06 00:25:48 -0400
commit14fab29370310a762a000c50b23075326b4e95da (patch)
treea9d38d354a2dee089ce5de4d18f5ec70394ac5a5 /src/SMAPI/StardewModdingAPI.csproj
parent63fb4dbe8ae4d611c4854f863b9b29265e02fdee (diff)
downloadSMAPI-14fab29370310a762a000c50b23075326b4e95da.tar.gz
SMAPI-14fab29370310a762a000c50b23075326b4e95da.tar.bz2
SMAPI-14fab29370310a762a000c50b23075326b4e95da.zip
add save and day-started events for 3.0 (#310)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 5ddee30c..4c8f2ffa 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -79,6 +79,12 @@
<Compile Include="..\..\build\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
+ <Compile Include="Events\DayStartedEventArgs.cs" />
+ <Compile Include="Events\SaveCreatingEventArgs.cs" />
+ <Compile Include="Events\SavedEventArgs.cs" />
+ <Compile Include="Events\SavingEventArgs.cs" />
+ <Compile Include="Events\SaveLoadedEventArgs.cs" />
+ <Compile Include="Events\SaveCreatedEventArgs.cs" />
<Compile Include="Events\UpdateTickedEventArgs.cs" />
<Compile Include="Events\GameLaunchedEventArgs.cs" />
<Compile Include="Events\MouseWheelScrolledEventArgs.cs" />
@@ -125,6 +131,7 @@
<Compile Include="Framework\Events\ModInputEvents.cs" />
<Compile Include="Framework\Input\GamePadStateBuilder.cs" />
<Compile Include="Framework\ModHelpers\InputHelper.cs" />
+ <Compile Include="Framework\Singleton.cs" />
<Compile Include="Framework\StateTracking\Comparers\GenericEqualsComparer.cs" />
<Compile Include="Framework\WatcherCore.cs" />
<Compile Include="IDataHelper.cs" />