少年修仙传服务端代码子仓库
xdh
2019-07-17 488992e213ab63ae9a6ea435fdd987d6a0ffadf6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// A3 25 NPCÒѹ¥»÷´ÎÊýÐÅÏ¢ #tagMCNPCAttackCountInfo
 
struct    tagMCNPCAttackCount
{
    DWORD        NPCID;
    BYTE        AttackCount;    //Òѹ¥»÷´ÎÊý
};
 
struct    tagMCNPCAttackCountInfo
{
    tagHead        Head;
    BYTE        Count;
    tagMCNPCAttackCount    NPCAttackCountList[Count];
};