少年修仙传服务端代码子仓库
hxp
2024-07-09 038e8c483c81794cbe54f4cbe4cb708884290dfd
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 Ê§°Ü
};