summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-01 02:14:01 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-01 02:14:01 -0400
commit07bbfea7dd9dac5bbacf8bfc3c35d3f65ec71b75 (patch)
tree073ce173468e3e26b6a9e7a61696ad2baeb7c59b /src/SMAPI/StardewModdingAPI.csproj
parentb3f116a8f123387b1f2f9ce1a099d1fd8081708d (diff)
downloadSMAPI-07bbfea7dd9dac5bbacf8bfc3c35d3f65ec71b75.tar.gz
SMAPI-07bbfea7dd9dac5bbacf8bfc3c35d3f65ec71b75.tar.bz2
SMAPI-07bbfea7dd9dac5bbacf8bfc3c35d3f65ec71b75.zip
add NPC list changed event (#310)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 50d8c533..37b624fb 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -88,6 +88,7 @@
<Compile Include="Events\EventArgsLocationBuildingsChanged.cs" />
<Compile Include="Events\IWorldEvents.cs" />
<Compile Include="Events\MultiplayerEvents.cs" />
+ <Compile Include="Events\WorldNpcListChangedEventArgs.cs" />
<Compile Include="Events\WorldTerrainFeatureListChangedEventArgs.cs" />
<Compile Include="Events\WorldBuildingListChangedEventArgs.cs" />
<Compile Include="Events\WorldLocationListChangedEventArgs.cs" />