hxp
2025-10-11 4453686b87db63f6f0864ee10b4a542b5e723cc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// B3 20 ËÍÀñÎï³É¹¦Í¨Öª #tagGCSendGiftsOKList
 
struct    tagGCSendGiftsOK
{
    BYTE        NameLen;
    char        Name[NameLen];    // ÔùËÍ·½Íæ¼ÒÃû
    DWORD        PlayerID;        // ÔùËÍ·½Íæ¼ÒID
    WORD        GiftNum;        // ÔùËÍÀñÎï±àºÅ
    DWORD        GiftCount;    // ÔùËÍÀñÎïÊýÁ¿
    DWORD        SendTime;    // ÔùËÍʱ¼ä´Á
};
 
struct    tagGCSendGiftsOKList
{
    tagHead        Head;
    WORD        Count;
    tagGCSendGiftsOK        SendGiftsOKList[Count];
};