summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-25 15:10:22 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-25 15:10:22 -0500
commit8e0573d7d9f18792a19e741660b6a090cca1fb38 (patch)
tree8a23c73502a6ab17a0fbac8934107a89fe543be8 /src/SMAPI/StardewModdingAPI.csproj
parent6ad52d607c49b16c6933060375086830edd9a1f9 (diff)
downloadSMAPI-8e0573d7d9f18792a19e741660b6a090cca1fb38.tar.gz
SMAPI-8e0573d7d9f18792a19e741660b6a090cca1fb38.tar.bz2
SMAPI-8e0573d7d9f18792a19e741660b6a090cca1fb38.zip
add GameLoop.OneSecondUpdateTicking/Ticked
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 fdb0c6c7..5540f277 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -135,6 +135,8 @@
<Compile Include="Events\MultiplayerEvents.cs" />
<Compile Include="Events\NpcListChangedEventArgs.cs" />
<Compile Include="Events\ObjectListChangedEventArgs.cs" />
+ <Compile Include="Events\OneSecondUpdateTickedEventArgs.cs" />
+ <Compile Include="Events\OneSecondUpdateTickingEventArgs.cs" />
<Compile Include="Events\PeerContextReceivedEventArgs.cs" />
<Compile Include="Events\PeerDisconnectedEventArgs.cs" />
<Compile Include="Events\PlayerEvents.cs" />