| ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h
@@ -2,7 +2,7 @@ struct tagMCCustomAwardState { BYTE KeyNum; // 奖励记录key编号,0~255,每个key存31个ID记录 0-30为编号0, 31-61为编号1.. WORD KeyNum; // 奖励记录key编号,0~255,每个key存31个ID记录 0-30为编号0, 31-61为编号1.. DWORD CanGetState; // 是否可领取;按位记录是否可领取 DWORD GetState; // 是否已领取;按位记录是否已领取 }; @@ -10,6 +10,6 @@ struct tagMCCustomAwardInfo { tagHead Head; BYTE RecordStateCnt; // 记录个数 WORD RecordStateCnt; // 记录个数 tagMCCustomAwardState RecordStateList[RecordStateCnt]; // 记录列表 };