hxp
2025-08-28 010e755c50d47a0e07e6c82becf6f81e134899a3
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];    // Ê±×°Êý¾ÝÁбí
};