少年修仙传服务端代码子仓库
xdh
2018-09-25 6e1b3dee0258b78fd12d99c99b53e82de8ea30d5
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
};