From 5b9f40a885d0d8663cb37c8bd1e7d7e7262c65cc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 31 七月 2023 16:37:23 +0800
Subject: [PATCH] 9788 【BT9】【后端】成就系统(增加成就积分信息封包 A3 43)
---
ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo.des | 1 +
ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo.h | 7 +++++++
ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo | 0
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo b/ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo.des b/ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo.des
new file mode 100644
index 0000000..e4698d3
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo.des
@@ -0,0 +1 @@
+A3 43 成就积分信息 #tagMCSuccessScoreInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo.h b/ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo.h
new file mode 100644
index 0000000..f22ce55
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/SuccessScoreInfo.h
@@ -0,0 +1,7 @@
+// A3 43 成就积分信息 #tagMCSuccessScoreInfo
+
+struct tagMCSuccessScoreInfo
+{
+ tagHead Head;
+ DWORD ScoreAwardState; //成就积分领奖记录,按奖励索引位记录是否领取
+};
--
Gitblit v1.8.0