hxp
2025-11-25 e2698e00e80d0d732dc9b6525e85e4cc0bdfa80a
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];
};