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