少年修仙传服务端代码子仓库
xdh
2018-08-20 cfcd0d70aeb4ba0ea80051b9833f46406ab48593
提交 | 用户 | age
cfcd0d 1 // A9 04 通知神兽副本NPC刷新时间 #tagGCDogzNPCRefreshTime
X 2
3 struct    tagDogzTimeInfoObj
4 {
5     DWORD        NPCID;                // npcid
6     DWORD        RefreshSecond;            // 刷新倒计时, 秒
7 };
8
9 struct    tagGCDogzNPCRefreshTime
10
11 {
12     tagHead        Head;
13     BYTE        Cnt;            //信息个数
14     tagDogzTimeInfoObj    InfoList[Cnt];    //信息列表
15 };