| ServerPack/MapServerPack/HB1_Role/UseMoneyTotalInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HB1_Role/UseMoneyTotalInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HB1_Role/UseMoneyTotalInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HB1_Role/UseMoneyTotalInfo
ServerPack/MapServerPack/HB1_Role/UseMoneyTotalInfo.des
New file @@ -0,0 +1 @@ B1 16 累计消耗货币信息 #tagMCUseMoneyTotalInfo ServerPack/MapServerPack/HB1_Role/UseMoneyTotalInfo.h
New file @@ -0,0 +1,14 @@ // B1 16 累计消耗货币信息 #tagMCUseMoneyTotalInfo struct tagMCUseMoneyTotal { BYTE MoneyType; // 货币类型,仅同步需要记录的货币类型 DWORD UseTotal; // 累计消耗货币值 }; struct tagMCUseMoneyTotalInfo { tagHead Head; BYTE Count; tagMCUseMoneyTotal InfoList[Count]; };