fix input API not exposed through helper

This commit is contained in:
Jesse Plamondon-Willard 2018-06-24 16:03:23 -04:00
parent af92f2dc13
commit 9bb268a082
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ namespace StardewModdingAPI
/// <summary>An API for loading content assets.</summary>
IContentHelper Content { get; }
/// <summary>An API for checking and changing input state.</summary>
IInputHelper Input { get; }
/// <summary>Simplifies access to private game code.</summary>
IReflectionHelper Reflection { get; }