hxp
2025-05-29 c1663f00dbc98f3514a5eec90dd2f3378e5c6264
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// AA 1B ÐíÔ¸³ØÍ϶¯½á¹û #tagMCActWishingDragResult
 
struct    tagMCPlayerWishingDragInfo
{
    BYTE        WellType;         // ¿â 0-¿ÉÑ¡¿â 1-½á¹û¿â
    BYTE        Index;         // Ë÷Òý
    DWORD        ItemID;    // ÎïÆ·ID
    WORD        ItemCnt;    // ÎïÆ·ÊýÁ¿
    BYTE        IsBind;    // ÊÇ·ñ°ó¶¨
    BYTE        IsSpecial;    // ÊÇ·ñ¼«Æ·
};
 
struct     tagMCActWishingDragResult
{
    tagHead        Head;
    BYTE        Cnt;        
    tagMCPlayerWishingDragInfo        InfoList[Cnt];
};