hxp
2025-07-23 a239d18f75c01ea7999145dfe9a3e9c52edd2a1b
80 【常规】背包-服务端(增加背包购买格子;)
3个文件已添加
15 ■■■■■ 已修改文件
ServerPack/HA2_Package/PackBuyInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA2_Package/PackBuyInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA2_Package/PackBuyInfo.h 14 ●●●●● 补丁 | 查看 | 原始文档 | 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];
};