少年修仙传服务端代码子仓库
hxp
2018-08-17 ed7b730f61bf0d30a8d9c3a4e2c0ec7a08d2b111
提交 | 用户 | age
ed7b73 1 // A5 32 购买商城物品 #tagCMBuyStoreItem
H 2
3 struct    tagCMBuyStoreItem
4 {
5     tagHead        Head;
6     BYTE        Type;  //1钻石,2绑定钻石,3银子,4银票
7     DWORD        ItemID;  //物品ID
8     WORD        BuyCount;  //购买数量
9 };