xdh
2018-08-10 e334d90099846d5eaf0ec42fb294b63db3932468
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// A3 BE Í¨Öª¿Í»§¶Ë·¨±¦¾«Á¶µÈ¼¶ #tagMCMagicWeaponMsg
 
 
struct tagMCMagicWeaponLV
{
    DWORD    MWID;    // ·¨±¦ID
    BYTE    MWLV;    // ¾«Á¶µÈ¼¶
};
 
struct tagMCMagicWeaponMsg
{
    tagHead    Head;
    BYTE    Count;    // ·¨±¦¸öÊý
    tagMCMagicWeaponLV    MWInfo[Count];    //·¨±¦ÐÅÏ¢
};