From 14fab29370310a762a000c50b23075326b4e95da Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 6 Oct 2018 00:25:48 -0400 Subject: add save and day-started events for 3.0 (#310) --- src/SMAPI/StardewModdingAPI.csproj | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/SMAPI/StardewModdingAPI.csproj') 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 @@ Properties\GlobalAssemblyInfo.cs + + + + + + @@ -125,6 +131,7 @@ + -- cgit