diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-02 01:47:33 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-02 01:47:33 -0400 |
commit | 97a2bdfdd443b3d5b79f48eb1d718ebf255f5e0f (patch) | |
tree | 5402c582a8e425f129aca8c50baeabf5efdf475d /src/SMAPI/StardewModdingAPI.csproj | |
parent | a29e2c59d4a01d5b8828644efd6becabc59af28e (diff) | |
download | SMAPI-97a2bdfdd443b3d5b79f48eb1d718ebf255f5e0f.tar.gz SMAPI-97a2bdfdd443b3d5b79f48eb1d718ebf255f5e0f.tar.bz2 SMAPI-97a2bdfdd443b3d5b79f48eb1d718ebf255f5e0f.zip |
add base implementation for mod event classes (#310)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index f9c93671..7b9629e2 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -98,6 +98,7 @@ <Compile Include="Framework\ContentManagers\GameContentManager.cs" /> <Compile Include="Framework\ContentManagers\IContentManager.cs" /> <Compile Include="Framework\ContentManagers\ModContentManager.cs" /> + <Compile Include="Framework\Events\ModEventsBase.cs" /> <Compile Include="Framework\Events\EventManager.cs" /> <Compile Include="Events\IModEvents.cs" /> <Compile Include="Framework\Events\ManagedEvent.cs" /> |