hxp
2025-09-03 08a10b1cab64a04a31759a5c13166d37174e2af0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// AA 13 ÏÞʱÀñ°üÍæ¼Ò»î¶¯ÐÅÏ¢ #tagMCFlashGiftbagPlayerInfo
 
struct    tagMCFlashGiftbagBuyCount
{
    DWORD        GiftbagID;    //Àñ°üID
    WORD        BuyCount;    //±¾´Î»î¶¯ÒѹºÂò´ÎÊý
};
 
struct    tagMCFlashGiftbagPlayerInfo
{
    tagHead        Head;
    BYTE        ActNum;        //»î¶¯±àºÅ
    BYTE        Count;
    tagMCFlashGiftbagBuyCount        BuyCountList[Count];    //Àñ°ü¹ºÂò´ÎÊýÐÅÏ¢
};