1
2
3
4
5
6
7
8
9
10
// B0 30 ¸£µØÎïÆ·À­ #tagCMMineItemPull
 
struct    tagCMMineItemPull
{
    tagHead        Head;
    DWORD        PlayerID;        // ¸£µØËùÊôÍæ¼ÒID£¬0ĬÈÏ×Ô¼º
    BYTE        ItemIndex;    // ÎïÆ·ËùÔÚλÖÃË÷Òý0~n
    BYTE        WorkerCount;    // ÉϹ¤ÈËÈËÊý
    BYTE        IsPreview;    // ÊÇ·ñÔ¤ÀÀ£»0-Ö±½ÓÀ­£¬1-Ô¤ÀÀ´ó¸Åʱ¼ä
};