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