From 0f0ef3d4973c2c1ebda5497bc64f671737a9e890 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 25 十月 2023 01:32:41 +0800
Subject: [PATCH] 9964 【BT0.1】【主干】境界塔

---
 ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo     |    0 
 ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo.h   |    7 +++++++
 ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo.des |    1 +
 3 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo b/ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo.des b/ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo.des
new file mode 100644
index 0000000..69fb52b
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo.des
@@ -0,0 +1 @@
+B2 17 境界塔信息 #tagMCRealmTowerInfo
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo.h b/ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo.h
new file mode 100644
index 0000000..15b8a40
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/RealmTowerInfo.h
@@ -0,0 +1,7 @@
+// B2 17 境界塔信息 #tagMCRealmTowerInfo
+
+struct    tagMCRealmTowerInfo
+{
+	tagHead		 Head;
+	DWORD		Floor;	// 已通关层
+};

--
Gitblit v1.8.0