summaryrefslogtreecommitdiff
path: root/src/SMAPI/Events/ButtonReleasedEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/Events/ButtonReleasedEventArgs.cs')
-rw-r--r--src/SMAPI/Events/ButtonReleasedEventArgs.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Events/ButtonReleasedEventArgs.cs b/src/SMAPI/Events/ButtonReleasedEventArgs.cs
index 2a289bc7..f5282230 100644
--- a/src/SMAPI/Events/ButtonReleasedEventArgs.cs
+++ b/src/SMAPI/Events/ButtonReleasedEventArgs.cs
@@ -7,7 +7,7 @@ namespace StardewModdingAPI.Events
public class ButtonReleasedEventArgs : EventArgs
{
/*********
- ** Properties
+ ** Fields
*********/
/// <summary>The game's current input state.</summary>
private readonly SInputState InputState;