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 5dafbc2 commit 7e00fffCopy full SHA for 7e00fff
Message.cs
@@ -75,7 +75,7 @@ public Message(MessageID msgid, string msgname, Int16 length, sbyte argstype, Li
75
handler = msghandler;
76
argsType = argstype;
77
78
- // 对该消息的所有参数绑定反序列化方法,改方法能够将二进制流转化为参数需要的值
+ // 对该消息的所有参数绑定反序列化方法,该方法能够将二进制流转化为参数需要的值
79
// 在服务端下发消息数据时会用到
80
argtypes = new KBEDATATYPE_BASE[msgargtypes.Count];
81
for(int i=0; i<msgargtypes.Count; i++)
0 commit comments