// 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]; //»î¶¯Íê³É´ÎÊýÐÅÏ¢
|
};
|