From c5dda17eace5005789f55a4fa582da410032d60c Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 01 十一月 2018 19:21:02 +0800
Subject: [PATCH] Add: A7 17 聊天气泡框状态 #tagMCChatBubbleBoxState
---
ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h | 9 +++++++++
ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.des | 1 +
ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState | 0
3 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState b/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState
diff --git a/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.des b/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.des
new file mode 100644
index 0000000..76c4907
--- /dev/null
+++ b/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.des
@@ -0,0 +1 @@
+A7 17 聊天气泡框状态 #tagMCChatBubbleBoxState
diff --git a/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h b/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h
new file mode 100644
index 0000000..484846c
--- /dev/null
+++ b/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h
@@ -0,0 +1,9 @@
+// A7 17 聊天气泡框状态 #tagMCChatBubbleBoxState
+
+struct tagMCChatBubbleBoxState
+
+{
+ tagHead Head;
+ BYTE UseBoxID; // 当前使用的气泡框ID
+ DWORD BoxState; // 按二进制位存储代表是否已开启,暂支持31位,以后有需要再加
+};
--
Gitblit v1.8.0