hxp
2025-11-21 ebf9a65fd959e53e666c0bd192ddcfe797cc563d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// C0 14 ÐÒÔËÔÆ¹º¿ª½±¼Ç¼ #tagGCLuckyCloudBuyLotteryRecInfo
 
struct    tagGCLuckyCloudBuyLotteryRec
{
    DWORD        SuperItemID;    // ´ó½±ÎïÆ·ID
    BYTE        SuperItemCount;    // ´ó½±ÎïÆ·¸öÊý
    BYTE        NameLen;
    char        PlayerName[NameLen];    // Öн±Íæ¼ÒÃû
    WORD        LotteryNum;    // ¿ª½±ºÅÂë
    DWORD        LotteryTime;    // ¿ª½±Ê±¼ä´Á£¬Ãë
};
 
struct    tagGCLuckyCloudBuyLotteryRecInfo
{
    tagHead        Head;
    BYTE        ZoneCount;    // ·ÖÇøÊý
    BYTE        ZoneIDList[ZoneCount];    // ËùÓзÖÇøIDÁбí
    BYTE        ZoneID;        // ·µ»Ø¼Ç¼·ÖÇøID
    WORD        Count;
    tagGCLuckyCloudBuyLotteryRec        LotteryRecList[Count];
};