| 提交 | 用户 | age | ||
| 94bb18 | 1 | // B5 09 拍卖行清除拍品 #tagGCClearAuctionItemInfo |
| H | 2 | |
| 3 | struct tagGCClearAuctionItem | |
| 4 | { | |
| 5 | char ItemGUID[40]; | |
| 6 | }; | |
| 7 | ||
| 8 | struct tagGCClearAuctionItemInfo | |
| 9 | { | |
| 10 | tagHead Head; | |
| 11 | BYTE ClearCount; | |
| 12 | tagGCClearAuctionItem ClearAuctionItemList[ClearCount]; | |
| 13 | }; | |