//02 03 Íæ¼Ò»ñÈ¡½»Ò×ËùÎïÆ·½á¹û#tagGMGiveBourseItem struct tagGMGiveBourseItem { tagHead Head; DWORD PlayerID; //µÃµ½ÎïÆ·µÄÍæ¼Ò char ItemGUID[40]; DWORD ItemID; //ÎïÆ·ID BYTE PriceType; //¼Û¸ñÀàÐÍ DWORD PriceCount; //¼Û¸ñ£¬µØÍ¼·þÎñÆ÷¿ÛÈ¡ÏàÓ¦½ðÇ®ºó¸øÓèÎïÆ·£¬ÈçΪ0ÔòΪ³öÊÛÍæ¼ÒÈ¡»ØÎ´ÊÛ³öÎïÆ· WORD Count; //µ¥×éÊýÁ¿ DWORD UserDataLen; char UserData[UserDataLen]; //×Ô¶¨ÒåÊý¾Ý DWORD EquipGS; //×°±¸ÆÀ·Ö };