少年修仙传服务端代码子仓库
提交 | 用户 | age
2add1b 1 // B5 13 拍卖行上架拍品 #tagCMSellAuctionItem
H 2
3 struct    tagCMSellAuctionItem
4 {
5     tagHead Head;
6     BYTE        ItemIndex;    //物品在背包中索引
a65957 7     WORD        SellCount;    //上架个数,0代表全部上架
2add1b 8 };