少年修仙传服务端代码子仓库
hxp
2018-12-05 feb4d4bc58b1e01073d7d65778b1005fff8b460a
1
2
3
4
5
6
7
8
9
10
11
// B2 04 ±ù¾§¿óÂöÐÅϢ֪ͨ #tagMCIceLodeInfo
 
struct    tagMCIceLodeInfo
{
    tagHead         Head;
    BYTE        Cnt;    // ½ñÈÕÍæ·¨ÊýÁ¿
    BYTE        LineList[Cnt];    // Íæ·¨Áбí
    DWORD        AwardRecord;    // Áì½±¼Ç¼
    BYTE        HasSweep;    // ÊÇ·ñÒÑɨµ´
    WORD        DayLV;        // ½ñÈյȼ¶
};