hxp
2025-05-14 1c7953e6a67be9b0044175393796e8bafdf45ed2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// A3 B3 ×°±¸²¿Î»Ç¿»¯ÐÅÏ¢ #tagMCEquipPartPlusInfo
 
struct    tagMCEquipPartPlusLV
{
    BYTE        PackType;        
                BYTE        EquipIndex;
    WORD        EquipPartStarLV;
    DWORD        Proficiency;
                BYTE        EvolveLV;
};
 
struct    tagMCEquipPartPlusInfo
{
    tagHead        Head;
    BYTE        Count;        // ÐÅÏ¢¸öÊý
    tagMCEquipPartPlusLV    InfoList[Count];    // ÐÅÏ¢Áбí
};