From 7980fdbd8406fa3686cedcc39988519b3ee50941 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期四, 27 九月 2018 13:47:42 +0800
Subject: [PATCH] 3553 绑玉转盘封包

---
 ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult.des    |    1 +
 ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult        |    0 
 ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel     |    0 
 ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel.des |    1 +
 ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel.h   |    7 +++++++
 ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult.h      |    8 ++++++++
 6 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel b/ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel
diff --git a/ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel.des b/ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel.des
new file mode 100644
index 0000000..d259725
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel.des
@@ -0,0 +1 @@
+A5 17 绑玉转盘开始 #tagCMStartBindJadeWheel
diff --git a/ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel.h b/ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel.h
new file mode 100644
index 0000000..5b49ca6
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA5_Function/StartBindJadeWheel.h
@@ -0,0 +1,7 @@
+// A5 17 绑玉转盘开始 #tagCMStartBindJadeWheel
+
+struct	tagCMStartBindJadeWheel
+
+{
+	tagHead		Head;
+};
diff --git a/ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult b/ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult
diff --git a/ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult.des b/ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult.des
new file mode 100644
index 0000000..89cd2fa
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult.des
@@ -0,0 +1 @@
+A3 24 通知绑玉转盘结果 #tagMCBindJadeWheelResult
diff --git a/ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult.h b/ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult.h
new file mode 100644
index 0000000..f27f16b
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/BindJadeWheelResult.h
@@ -0,0 +1,8 @@
+// A3 24 通知绑玉转盘结果 #tagMCBindJadeWheelResult
+
+struct	tagMCBindJadeWheelResult
+{
+	tagHead		Head;
+	BYTE		Index;	// 格子
+	BYTE		Cnt;	//今日已转次数
+};

--
Gitblit v1.8.0