hxp
2025-10-22 d0ec95232cf9e1a74b6ca8e6b45b048a47224be2
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-·ñ
};