| ServerPack/GameServerPack/HA9_Function/StoreServerBuyCntInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/GameServerPack/HA9_Function/StoreServerBuyCntInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/GameServerPack/HA9_Function/StoreServerBuyCntInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | 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]; //次数信息 };