少年修仙传服务端代码子仓库
提交 | 用户 | age
195e22 1 // A3 C2 大师强化等级激活信息 #tagMCMasterPlusLVInfo
H 2
3 struct    tagMCMasterPlusLV
4 {
5     BYTE    ClassLV;
6                 WORD    MasterPlusLV;    // 已经激活的最高大师强化等级,向下兼容
7 };
8
9 struct    tagMCMasterPlusLVInfo
10 {
11     tagHead        Head;
12     BYTE        Count;        // 信息个数
13     tagMCMasterPlusLV        MasterPlusLVInfoList[Count];    // 信息列表
14 };