少年修仙传服务端代码子仓库
hxp
2024-03-12 fcd7122359f95c45e384ba040ef6fa28d280d2c4
提交 | 用户 | 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 };