少年修仙传服务端代码子仓库
xdh
2019-07-02 6e2d1b47765e5dfcc080b6afc23eea176ef2f5d5
提交 | 用户 | age
ed7b73 1 // A0 04 查询副本功能线路人数 #tagCGGetFBLinePlayerCnt
H 2
3 struct    tagCGGetFBLinePlayerCnt
4 {
5     tagHead        Head;
6     DWORD        MapID;
72ebe0 7     BYTE        LineCount;
H 8     BYTE        LineIDList[LineCount];    //个数为0时代表查全部
ed7b73 9 };
H 10