少年修仙传服务端代码子仓库
hxp
2018-08-28 c61e4e0d4e26a24bfee2d18e81d285a7ebde4cc7
提交 | 用户 | age
ed7b73 1 // A3 B3 装备部位星级信息 #tagMCEquipPartStarLVInfo
H 2
3 struct    tagMCEquipPartStarLV
4 {
5     BYTE        PackType;        
6                 BYTE        EquipIndex;
7     WORD        EquipPartStarLV;
8     DWORD        Proficiency;
9 };
10
11 struct    tagMCEquipPartStarLVInfo
12 {
13     tagHead        Head;
14     BYTE        Count;        // 信息个数
15     tagMCEquipPartStarLV    InfoList[Count];    // 信息列表
16 };