From ed99cb1e686ce87b0746998256fdd2d7f842e823 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Fri, 29 May 2020 14:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/FightInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 1690973..48818cb 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -28,6 +28,7 @@ import "CommonProto.proto"; optional string frames = 2; optional int32 fightId = 3; optional int32 type = 4; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本 5:妖兽 6: 新关卡 + optional int32 dropout = 5 ;// 是否退出 1 :退出 } message UpdateUserExpIndicaiton{