hxp
2025-10-22 d0ec95232cf9e1a74b6ca8e6b45b048a47224be2
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];    //Àñ°ü¹ºÂò´ÎÊýÐÅÏ¢
};