hxp
2025-05-14 1c7953e6a67be9b0044175393796e8bafdf45ed2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// A3 26 NPCIDÒѲɼ¯´ÎÊýÐÅÏ¢ #tagMCNPCIDCollectionCntInfo
 
 
struct    tagMCNPCIDCollectionCnt
{
    DWORD        NPCID;    //NPCID
    BYTE        CollectionCnt;    //ÒѲɼ¯´ÎÊý
};
 
 
struct    tagMCNPCIDCollectionCntInfo
{
    tagHead        Head;
    BYTE        CollNPCCnt;    //²É¼¯NPC¼Ç¼Êý
    tagMCNPCIDCollectionCnt        NPCCollCntList[CollNPCCnt];    // ²É¼¯NPC´ÎÊý¼Ç¼Áбí
};