hxp
2025-05-14 1c7953e6a67be9b0044175393796e8bafdf45ed2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// A3 20 Íæ¼Ò¸±±¾Ïà¹ØÐÅÏ¢ #tagMCPlayerFBInfoData
 
struct    tagMCFBInfo
{
    DWORD        FBID;        //fbId
    WORD        EnterCnt;        //µ±ÈÕ½øÈë´ÎÊý
    WORD        RecoverCnt;    //ÕһشÎÊý
    WORD        ItemAddCnt;    //ÎïÆ·Ôö¼Ó´ÎÊý
    BYTE        PassGradeCnt;    //ÐǼ¶Öµ¶ÔÓ¦¸öÊý, Ã¿¸ökey´æ9¸ölineID
    DWORD        PassGrade[PassGradeCnt];    //¸±±¾Ïß·¶ÔÓ¦ÐǼ¶ÖµÁбí
    DWORD        EnterCntTotal;    //ÀۼƽøÈë´ÎÊý
    DWORD        PassLineID;    //Òѹý¹Øµ½µÄlineID
};
 
struct    tagMCPlayerFBInfoData
{
    tagHead         Head;
    BYTE        FBDataCnt;        // ¸±±¾Êý¾Ý¸öÊý
    tagMCFBInfo    FBDataList[FBDataCnt];    // ¸±±¾Êý¾ÝÁбí
};