hxp
2025-08-26 0f873c97d688795ed1860e65332f821ca246f0b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// B1 02 Íæ¼ÒʱװƤ·ô¼¤»î״̬ #tagMCClothesCoatSkinState
 
struct    tagMCClothesCoatLVInfo
{
    DWORD        CoatIndex;    //ʱװË÷Òý
    BYTE        CoatLV;        //ʱװµÈ¼¶
};
 
struct    tagMCClothesCoatSkinState
{
    tagHead        Head;
    DWORD        CoatChestLV;        //ʱװ¹ñµÈ¼¶
    DWORD        CoatChestExp;        //ʱװ¹ñ¾­Ñé
    WORD        CoatNum;        //ʱװ¸öÊý
    tagMCClothesCoatLVInfo    CoatInfoList[CoatNum];    // Ê±×°Êý¾ÝÁбí
};