We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be180b commit 927b809Copy full SHA for 927b809
GameFrameX.Proto/MessageProtoHandler.cs
@@ -1,5 +1,8 @@
1
namespace GameFrameX.Proto;
2
3
-public class MessageProtoHandler
+/// <summary>
4
+/// 协议消息处理器
5
+/// </summary>
6
+public static class MessageProtoHandler
7
{
8
}
0 commit comments