// B1 23 ÿÈÕµôÂäÕ½ÀûÆ·ÐÅÏ¢ #tagSCDropBootyInfo struct tagSCDropBooty { DWORD ItemID; // Õ½ÀûÆ·ID DWORD TodayDropCnt; // ½ñÈÕÒѵôÂäÊýÁ¿ }; struct tagSCDropBootyInfo { tagHead Head; WORD Count; tagSCDropBooty DropBootyList[Count]; //ÿÈÕÒѵôÂäÕ½ÀûÆ·ÐÅÏ¢Áбí };