| // B1 02 Íæ¼ÒʱװƤ·ô¼¤»î״̬ #tagMCClothesCoatSkinState  | 
|   | 
| struct    tagMCClothesCoatLVInfo  | 
| {  | 
|     DWORD        CoatIndex;    //ʱװË÷Òý  | 
|     BYTE        CoatLV;        //ʱװµÈ¼¶  | 
| };  | 
|   | 
| struct    tagMCClothesCoatSkinState  | 
| {  | 
|     tagHead        Head;  | 
|     DWORD        CoatChestLV;        //ʱװ¹ñµÈ¼¶  | 
|     DWORD        CoatChestExp;        //ʱװ¹ñ¾Ñé  | 
|     WORD        CoatNum;        //ʱװ¸öÊý  | 
|     tagMCClothesCoatLVInfo    CoatInfoList[CoatNum];    // Ê±×°Êý¾ÝÁÐ±í  | 
| };  |