少年修仙传服务端代码子仓库
xdh
2019-06-03 4644f43c028621bb1fe7dedc3706ffccf05d4212
1
2
3
4
5
6
7
8
9
// A2 16 ×Ô¶¨ÒåÍæ¼ÒÁÄÌì #tagCMPyTalk
 
struct    tagCMPyTalk
{
    tagHead        Head;
    BYTE        TalkType;        // ×Ô¶¨ÒåÁÄÌìÀàÐÍ
    WORD        Len;
    char        Content[Len];        //size = Len
};