少年修仙传服务端代码子仓库
xdh
2019-01-08 533a23118c7799b4434cd7e34ec3494ff567e0ec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// AA 0B ÖÜ¿ñ»¶Íæ¼Ò»î¶¯ÐÅÏ¢ #tagMCWeekPartyPlayerInfo
 
struct    tagMCWeekPartyTaskInfo
{
    WORD        ActionType;    // »î¶¯Àà±ð
    WORD        CurTimes;    //ÒÑÍê³É´ÎÊý
    WORD        GotTimes;    //ÒÑÁìÈ¡´ÎÊý
};
 
struct    tagMCWeekPartyDayInfo
{
    DWORD        DayIndex;    //µÚXÌì
    DWORD        Point;    //»ý·Ö
    DWORD        AwardRecord;    //»ý·ÖÁì½±¼Ç¼
    DWORD        ACount;    //ÈÎÎñÌõÄ¿Êý
    tagMCWeekPartyTaskInfo        TaskList[ACount];    //»î¶¯Íê³É´ÎÊýÐÅÏ¢
};
 
struct    tagMCWeekPartyPlayerInfo
{
    tagHead        Head;
    BYTE        Count;
    tagMCWeekPartyDayInfo        DayInfoList[Count];    //»î¶¯Íê³É´ÎÊýÐÅÏ¢
};