少年修仙传服务端代码子仓库
hxp
2024-03-07 1d245da99da833827ee2a341ba7dd52c88633e6e
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;    // ÊÇ·ñ×Ô¶¯¹ºÂò
};