Skip to content

Commit 7e00fff

Browse files
committedDec 8, 2017
up
1 parent 5dafbc2 commit 7e00fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Message.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Message(MessageID msgid, string msgname, Int16 length, sbyte argstype, Li
7575
handler = msghandler;
7676
argsType = argstype;
7777

78-
// 对该消息的所有参数绑定反序列化方法,改方法能够将二进制流转化为参数需要的值
78+
// 对该消息的所有参数绑定反序列化方法,该方法能够将二进制流转化为参数需要的值
7979
// 在服务端下发消息数据时会用到
8080
argtypes = new KBEDATATYPE_BASE[msgargtypes.Count];
8181
for(int i=0; i<msgargtypes.Count; i++)

0 commit comments

Comments
 (0)
Please sign in to comment.