// C0 21 ¿ç·þÅÅλÏɹÙÉêÇë»ØÓ¦ #tagCGChampionshipOfficialApplyReply
|
|
struct tagCGChampionshipOfficialApplyReply
|
{
|
tagHead Head;
|
WORD MainOfficialID; //½çÖ÷¹ÙÖ°ID
|
WORD OfficialID; //ÉêÇë¹ÙÖ°ID
|
DWORD PlayerID; //ÉêÇëµÄÍæ¼ÒID
|
BYTE IsOK; //ÊÇ·ñͬÒ⣻1-ÊÇ£»0-·ñ
|
};
|