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{