少年修仙传服务端代码子仓库
hxp
2019-06-28 9f8b9531503668a2c6dd272b939a2ba8ebc46f18
提交 | 用户 | age
d3c1ee 1 // A9 06 商城全服购买次数通知 #tagGCStoreServerBuyCntInfo
X 2
3 struct    tagGCStoreServerBuyCnt
4 {
5     DWORD    GoodsID;    //商品标识
6     DWORD    BuyCnt;    //购买次数
7 };
8 struct    tagGCStoreServerBuyCntInfo
9 {
10     tagHead        Head;
11     WORD        Count;            //数量
12     tagGCStoreServerBuyCnt    InfoList[Count];    //次数信息
13 };