少年修仙传服务端代码子仓库
xdh
2018-10-17 d3c1eeef9dc8797047e5495a436136bb5f7f678c
4075 增加商城全服购买次数封包
3个文件已添加
14 ■■■■■ 已修改文件
ServerPack/GameServerPack/HA9_Function/StoreServerBuyCntInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HA9_Function/StoreServerBuyCntInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HA9_Function/StoreServerBuyCntInfo.h 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HA9_Function/StoreServerBuyCntInfo
ServerPack/GameServerPack/HA9_Function/StoreServerBuyCntInfo.des
New file
@@ -0,0 +1 @@
A9 06 商城全服购买次数通知 #tagGCStoreServerBuyCntInfo
ServerPack/GameServerPack/HA9_Function/StoreServerBuyCntInfo.h
New file
@@ -0,0 +1,13 @@
// A9 06 商城全服购买次数通知 #tagGCStoreServerBuyCntInfo
struct    tagGCStoreServerBuyCnt
{
    DWORD    GoodsID;    //商品标识
    DWORD    BuyCnt;    //购买次数
};
struct    tagGCStoreServerBuyCntInfo
{
    tagHead        Head;
    WORD        Count;            //数量
    tagGCStoreServerBuyCnt    InfoList[Count];    //次数信息
};