少年修仙传服务端代码子仓库
xdh
2019-06-03 f37fd2605632d2e37c8d7212c1677e2325624d4c
提交 | 用户 | age
b4849a 1 // B2 16 开始自定义场景结果 #tagMCStartCustomSceneResult
H 2
3 struct    tagMCStartCustomSceneResult
4 {
5     tagHead        Head;
6     DWORD        MapID;
7     WORD        FuncLineID;
8     BYTE        Result;    //是否允许
9 };