From 015341b7a6439936689eafb5722edb9c94c6ec74 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 18 Nov 2021 15:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=81=B5=E8=84=89=E7=A7=98=E5=A2=83?= =?UTF-8?q?=E3=80=91=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Net/IndicationManager.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua index 6103b393d2..0f70700481 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua @@ -1053,4 +1053,15 @@ function this.WeekCardIndication(buffer) WeekCardManager.UpdateAllWeekCard(msg) end +-- 灵脉被抢夺推送 +function this.LingMaiIndication(buffer) + local data = buffer:DataByte() + local msg = ArenaInfoProto_pb.CrossLingmaiIndicationResponse() + msg:ParseFromString(data) + LingMaiMiJingManager.recordData = msg.recordData + PlayerPrefs.SetString(PlayerManager.uid.."LingMai", tostring(this.recordData[1].time)) + --CheckRedPointStatus + LogError("收到了后端发来的Indication") +end + return this \ No newline at end of file