// A9 22 ¾º¼¼³¡Æ¥ÅäÍæ¼ÒÁбí #tagGCArenaMatchList  
 | 
  
 | 
struct    tagGCArenaMatchInfo  
 | 
{  
 | 
    DWORD        PlayerID;        //Ä¿±êÍæ¼ÒID£¬Ð¡ÓÚ10000Ϊ»úÆ÷ÈËID  
 | 
    char        PlayerName[33];  
 | 
    BYTE        Job;  
 | 
    WORD        LV;        //µÈ¼¶  
 | 
    WORD        RealmLV;        //¾³½ç£¬»úÆ÷È˶Á¾³½ç±íÈ¡µÈ¼¶¶ÔÓ¦¾³½ç  
 | 
    DWORD        FightPower;    //Õ½Á¦ÇóÓàÒÚ²¿·Ö£¬»úÆ÷È˶ÁµÈ¼¶±íÈ¡µÈ¼¶¶ÔÓ¦Õ½Á¦  
 | 
    DWORD        FightPowerEx;    //Õ½Á¦Õû³ýÒÚ²¿·Ö£¬»úÆ÷È˶ÁµÈ¼¶±íÈ¡µÈ¼¶¶ÔÓ¦Õ½Á¦  
 | 
    DWORD        Score;    //»ý·Ö  
 | 
    DWORD        Face;        //»ù±¾Á³ÐÍ  
 | 
    DWORD        FacePic;        //Í·Ïñ¿ò  
 | 
};  
 | 
  
 | 
struct    tagGCArenaMatchList  
 | 
{  
 | 
    tagHead        Head;  
 | 
    BYTE        MatchCount;  
 | 
    tagGCArenaMatchInfo    MatchList[MatchCount];    // Æ¥ÅäÁÐ±í  
 | 
};  
 |