ServerPack/HA2_Package/PackBuyInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
ServerPack/HA2_Package/PackBuyInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ServerPack/HA2_Package/PackBuyInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/HA2_Package/PackBuyInfo
ServerPack/HA2_Package/PackBuyInfo.des
New file @@ -0,0 +1 @@ A2 07 背包购买格子信息 #tagSCPackBuyInfo ServerPack/HA2_Package/PackBuyInfo.h
New file @@ -0,0 +1,14 @@ // A2 07 背包购买格子信息 #tagSCPackBuyInfo struct tagSCPackBuy { BYTE PackType; // 背包类型 WORD BuyCnt; // 已购买次数 }; struct tagSCPackBuyInfo { tagHead Head; BYTE Count; tagSCPackBuy BuyInfoList[Count]; };