hzr
2025-04-21 a4e381d688eb2f779a09ca7a6778bad0cceb3c5e
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-·ñ
};