少年修仙传服务端代码子仓库
6779【后端】【2.0】BOSS之家多图合一批(增加进入自定义场景结果状态回包)
3个文件已添加
10 ■■■■■ 已修改文件
ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.h 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult
ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.des
New file
@@ -0,0 +1 @@
B2 16 开始自定义场景结果 #tagMCStartCustomSceneResult
ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.h
New file
@@ -0,0 +1,9 @@
// B2 16 开始自定义场景结果 #tagMCStartCustomSceneResult
struct    tagMCStartCustomSceneResult
{
    tagHead        Head;
    DWORD        MapID;
    WORD        FuncLineID;
    BYTE        Result;    //是否允许
};