From 0527b1590db8a9fedc301ed03bf3a6364586524b Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Wed, 17 Nov 2021 16:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=B5=E8=84=89=E7=A7=98=E5=A2=83=E7=9A=84in?= =?UTF-8?q?dication?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ArenaInfoProto.proto | 4 ++++ protos/MessageTypeProto.proto | 1 + 2 files changed, 5 insertions(+) diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 81a85ac..7d064be 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -248,6 +248,10 @@ import "CommonProto.proto"; repeated LingMaiSecretRecord recordData = 1; } + message CrossLingmaiIndicationResponse{ + + } + diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index a3b9601..6840c0e 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1426,6 +1426,7 @@ enum MessageType{ CrossLingmaiSecretAreaResponse = 900043; CrossLingmaiSecretAreaRecordRequest = 900044; CrossLingmaiSecretAreaRecordResponse = 900045; + CrossLingmaiIndicationResponse = 900046; ReplayWorldArenaRequest = 9000023; ReplayWorldArenaResponse = 9000024;