summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Networking/SGalaxyNetClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/Framework/Networking/SGalaxyNetClient.cs')
-rw-r--r--src/SMAPI/Framework/Networking/SGalaxyNetClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/Networking/SGalaxyNetClient.cs b/src/SMAPI/Framework/Networking/SGalaxyNetClient.cs
index fddd423d..01095c66 100644
--- a/src/SMAPI/Framework/Networking/SGalaxyNetClient.cs
+++ b/src/SMAPI/Framework/Networking/SGalaxyNetClient.cs
@@ -9,7 +9,7 @@ namespace StardewModdingAPI.Framework.Networking
internal class SGalaxyNetClient : GalaxyNetClient
{
/*********
- ** Properties
+ ** Fields
*********/
/// <summary>A callback to raise when receiving a message. This receives the incoming message, a method to send an arbitrary message, and a callback to run the default logic.</summary>
private readonly Action<IncomingMessage, Action<OutgoingMessage>, Action> OnProcessingMessage;