hxp
2018-08-10 bf6eb250654cbb2b11284ef7642f7ca1f1826b20
1
2
3
4
5
6
7
8
9
//03 04 Íæ¼ÒÁìÈ¡²¹³¥ÎïÆ··¢·Å½á¹û#tagMGGiveCompensationResult
struct    tagMGGiveCompensationResult
{
    tagHead        Head;
    DWORD        PlayerID;        //Íæ¼ÒID
    BYTE        CompensationType;    //²¹³¥ÀàÐÍ 0 È«·þ 1 ¸öÈË
    char        GUID[40];
    BYTE        Result;        //·¢·Å²¹³¥½á¹û 1 ³É¹¦ 0 Ê§°Ü
};