Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kbengine committed Dec 8, 2017
1 parent 5dafbc2 commit 7e00fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Message.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public Message(MessageID msgid, string msgname, Int16 length, sbyte argstype, Li
handler = msghandler;
argsType = argstype;

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

0 comments on commit 7e00fff

Please sign in to comment.