| ServerPack/MapServerPack/HA3_Function/GubaoPieceInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/GubaoPieceInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/GubaoPieceInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HA3_Function/GubaoPieceInfo
ServerPack/MapServerPack/HA3_Function/GubaoPieceInfo.des
New file @@ -0,0 +1 @@ A3 CB 古宝碎片信息 #tagMCGubaoPieceInfo ServerPack/MapServerPack/HA3_Function/GubaoPieceInfo.h
New file @@ -0,0 +1,14 @@ // A3 CB 古宝碎片信息 #tagMCGubaoPieceInfo struct tagMCGubaoPiece { WORD GubaoID; DWORD PieceCount; // 当前碎片个数 }; struct tagMCGubaoPieceInfo { tagHead Head; BYTE Count; tagMCGubaoPiece PieceInfoList[Count]; };