xdh
2018-08-10 fdb90e687d049dbb52279f9704f11fda7a6baf1a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//04 01 µØÍ¼Í¬²½Íæ¼Ò»º´æÊý¾Ýµ½GameServer#tagMGUpdatePlayerCache
struct    tagMGUpdatePlayerCache
{
    tagHead        Head;
    DWORD        PlayerID;        //Íæ¼ÒID
    WORD        PlayerLV;        //Íæ¼ÒµÈ¼¶
    DWORD        PropDataSize;
    char        PropData[PropDataSize];    //ÊôÐԼǼ
    DWORD        ItemDataSize;
    char        ItemData[ItemDataSize];    //ÎïÆ·¼Ç¼
    DWORD        PlusDataSize;
    char        PlusData[PlusDataSize];    //À©Õ¹¼Ç¼
    BYTE        IsLogouting;        //±¾´ÎÊÇ·ñΪÏÂÏßͬ²½
};