| ServerPack/GameServerPack/HB3_PlayerSocial/HelpBattleRecordList.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/GameServerPack/HB3_PlayerSocial/HelpBattleRecordList.des
File was deleted ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList
ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.des
New file @@ -0,0 +1 @@ B2 11 助战记录列表 #tagMCHelpBattleRecordList ServerPack/MapServerPack/HB2_ActionMap/HelpBattleRecordList.h
File was renamed from ServerPack/GameServerPack/HB3_PlayerSocial/HelpBattleRecordList.h @@ -1,6 +1,6 @@ // B3 11 助战记录列表 #tagGCHelpBattleRecordList // B2 11 助战记录列表 #tagMCHelpBattleRecordList struct tagGCHelpBattleRecord struct tagMCHelpBattleRecord { DWORD CallPlayerID; // 邀请助战的玩家ID BYTE NameLen; @@ -13,9 +13,9 @@ char HelpTime[19]; // 助战时间yyyy-MM-dd hh:mm:ss }; struct tagGCHelpBattleRecordList struct tagMCHelpBattleRecordList { tagHead Head; WORD RecordCount; // 记录数 tagGCHelpBattleRecord RecordList[RecordCount]; tagMCHelpBattleRecord RecordList[RecordCount]; };