diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-27 12:39:10 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-27 12:39:10 -0500 |
commit | c4a82418ac8b09a6965052f5c9173928457fba52 (patch) | |
tree | a17f53fb9e9a3c54089b1d28a4c04f94d2ec0b80 /src/SMAPI/Framework/Networking/SGalaxyNetServer.cs | |
parent | 51e65fc8a090996b0bb2f0f4697376135b233654 (diff) | |
download | SMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.tar.gz SMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.tar.bz2 SMAPI-c4a82418ac8b09a6965052f5c9173928457fba52.zip |
tweak comment header convention
Diffstat (limited to 'src/SMAPI/Framework/Networking/SGalaxyNetServer.cs')
-rw-r--r-- | src/SMAPI/Framework/Networking/SGalaxyNetServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/Networking/SGalaxyNetServer.cs b/src/SMAPI/Framework/Networking/SGalaxyNetServer.cs index 82d11938..bb67f70e 100644 --- a/src/SMAPI/Framework/Networking/SGalaxyNetServer.cs +++ b/src/SMAPI/Framework/Networking/SGalaxyNetServer.cs @@ -11,7 +11,7 @@ namespace StardewModdingAPI.Framework.Networking internal class SGalaxyNetServer : GalaxyNetServer { /********* - ** Properties + ** Fields *********/ /// <summary>A callback to raise when receiving a message. This receives the incoming message, a method to send a message, and a callback to run the default logic.</summary> private readonly Action<IncomingMessage, Action<OutgoingMessage>, Action> OnProcessingMessage; |