hxp
2025-05-08 250d98dfc082b9e0a3c221c69fd0152947505537
1
2
3
4
5
6
7
8
9
10
// C0 21 ¿ç·þÅÅλÏɹÙÉêÇë»ØÓ¦ #tagCGChampionshipOfficialApplyReply
 
struct    tagCGChampionshipOfficialApplyReply
{
    tagHead        Head;
    WORD        MainOfficialID;    //½çÖ÷¹ÙÖ°ID
    WORD        OfficialID;    //ÉêÇë¹ÙÖ°ID
    DWORD        PlayerID;        //ÉêÇëµÄÍæ¼ÒID
    BYTE        IsOK;        //ÊÇ·ñͬÒ⣻1-ÊÇ£»0-·ñ
};