From bfd76dd78216ddd6d320f15f51e2d928334f46bf Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Wed, 17 Apr 2024 18:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=97=E6=B5=AE=E6=8A=A5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 6 ++++++ protos/gtwprotos/WorldProto.proto | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index f73b921..6492fbb 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1714,6 +1714,12 @@ enum MessageType{ QueryBookImageRequest = 7000006; QueryBookImageResponse = 7000007; QueryBookImageIndication = 7000008; + + // 新罗浮争锋 + LuofuRegisterRequest = 7000009; + LuofuRegisterResponse = 70000010; + + } diff --git a/protos/gtwprotos/WorldProto.proto b/protos/gtwprotos/WorldProto.proto index 25c9af7..a2183c8 100644 --- a/protos/gtwprotos/WorldProto.proto +++ b/protos/gtwprotos/WorldProto.proto @@ -69,18 +69,19 @@ import "CommonProto.proto"; optional int32 oldrank = 6;//战斗胜利之前排名 optional int32 rank = 7;//战斗胜利后排名 optional int32 attackTime =8 ; //进攻时间 - } message GetWorldArenaRecordInfoRequest{ - } - message GetWorldArenaRecordInfoResponse{ repeated WroldBattleRecord wroldBattleRecord =1; } - + + // 罗浮报名 + message LuofuRegisterRequest{ + optional int32 type = 1;//类型,人佛妖道 + } //gs --》word message GetGSUserArenaInfoRequest{