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