1
2
3
4
5
6
7
8
9
10
// B4 15 Ö÷ÏßµôÂäÎïÆ·²Ù×÷ #tagCSMainDropItemOP
 
struct    tagCSMainDropItemOP
{
    tagHead        Head;
    BYTE        Count;
    WORD        IndexList[Count];    // µôÂä±³°üÖеÄÎïÆ·¸ñ×ÓË÷ÒýÁбí
    BYTE        OPType;        // 0 - Ê°È¡·Ç×°±¸ÎïÆ·£»1 - ·Ö½â£»2 - ´©´÷/Ìæ»»£»
    BYTE        OPValue;        // ²Ù×÷¶îÍâÖ¸ÁîÖµ£¬ÓɲÙ×÷ÀàÐ;ö¶¨£¬Èç´©´÷ʱ¿É·¢ËÍ´©´÷ºóÊÇ·ñ×Ô¶¯·Ö½â
};