hxp
2025-09-03 08a10b1cab64a04a31759a5c13166d37174e2af0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// AA 0D µÇ¼½±ÀøÍæ¼Ò»î¶¯ÐÅÏ¢ #tagMCActLoginAwardPlayerInfo
 
struct    tagMCActLoginAwardTaskInfo
{
    WORD        TemplateID;    // Ä£°åID
    WORD        CurTimes;    //ÒÑÍê³É´ÎÊý
    WORD        GotTimes;    //ÒÑÁìÈ¡´ÎÊý
};
 
struct    tagMCActLoginAwardDayPlayerInfo
{
    DWORD        DayIndex;    //µÚXÌì
    DWORD        ACount;    //ÈÎÎñÌõÄ¿Êý
    tagMCActLoginAwardTaskInfo        TaskList[ACount];    //»î¶¯Íê³É´ÎÊýÐÅÏ¢
};
 
struct    tagMCActLoginAwardPlayerInfo
{
    tagHead        Head;
    BYTE        Count;
    tagMCActLoginAwardDayPlayerInfo        DayInfoList[Count];    //»î¶¯Íê³É´ÎÊýÐÅÏ¢
};