diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-27 18:49:13 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-27 18:49:13 -0400 |
commit | adda9611c73163270cbfcd34d6617560f81d54b0 (patch) | |
tree | a5c164a7dba15a45d3a64f21615be0f83626c292 /src/SMAPI/StardewModdingAPI.csproj | |
parent | b7edf31c257aad563d12988cf3e99b00a1434ef4 (diff) | |
download | SMAPI-adda9611c73163270cbfcd34d6617560f81d54b0.tar.gz SMAPI-adda9611c73163270cbfcd34d6617560f81d54b0.tar.bz2 SMAPI-adda9611c73163270cbfcd34d6617560f81d54b0.zip |
add multiplayer sync events (#479)
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 560d7bf4..f6a16e5f 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -85,6 +85,7 @@ <Compile Include="..\..\build\GlobalAssemblyInfo.cs"> <Link>Properties\GlobalAssemblyInfo.cs</Link> </Compile> + <Compile Include="Events\MultiplayerEvents.cs" /> <Compile Include="Framework\Events\EventManager.cs" /> <Compile Include="Framework\Events\ManagedEvent.cs" /> <Compile Include="Events\SpecialisedEvents.cs" /> @@ -132,6 +133,7 @@ <Compile Include="Framework\Serialisation\CrossplatformConverters\RectangleConverter.cs" /> <Compile Include="Framework\Serialisation\CrossplatformConverters\ColorConverter.cs" /> <Compile Include="Framework\Serialisation\CrossplatformConverters\PointConverter.cs" /> + <Compile Include="Framework\SMultiplayer.cs" /> <Compile Include="Framework\StateTracking\Comparers\EquatableComparer.cs" /> <Compile Include="Framework\StateTracking\Comparers\ObjectReferenceComparer.cs" /> <Compile Include="Framework\StateTracking\FieldWatchers\BaseDisposableWatcher.cs" /> |