少年修仙传服务端代码子仓库
hxp
2019-06-28 9f8b9531503668a2c6dd272b939a2ba8ebc46f18
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 Ê§°Ü
};