少年修仙传服务端代码子仓库
hxp
2023-09-29 e46063cd555c72a135dbc42924fe468ce3cecaa4
1
2
3
4
5
6
7
8
9
10
// B3 10 ËÍÀñÎï #tagCMSendGifts
 
struct    tagCMSendGifts
{
    tagHead        Head;
    DWORD        TagPlayerID;    // Ä¿±êÍæ¼ÒID
    WORD        GiftNum;        // ÔùËÍÀñÎï±àºÅ
    DWORD        GiftCount;    // ÔùËÍÀñÎïÊýÁ¿
    BYTE        IsAutoBuy;    // ÊÇ·ñ×Ô¶¯¹ºÂò
};