From b4849a4f50e78281f78632fdb7ed39516db516af Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 16 五月 2019 13:51:06 +0800
Subject: [PATCH] 6779【后端】【2.0】BOSS之家多图合一批(增加进入自定义场景结果状态回包)
---
ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.des | 1 +
ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult | 0
ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.h | 9 +++++++++
3 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult b/ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.des b/ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.des
new file mode 100644
index 0000000..62ac35b
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.des
@@ -0,0 +1 @@
+B2 16 开始自定义场景结果 #tagMCStartCustomSceneResult
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.h b/ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.h
new file mode 100644
index 0000000..3b5d59e
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/StartCustomSceneResult.h
@@ -0,0 +1,9 @@
+// B2 16 开始自定义场景结果 #tagMCStartCustomSceneResult
+
+struct tagMCStartCustomSceneResult
+{
+ tagHead Head;
+ DWORD MapID;
+ WORD FuncLineID;
+ BYTE Result; //是否允许
+};
--
Gitblit v1.8.0