From b6b27f3010cfc8fa15852a9b0a69b80dfc55e2e5 Mon Sep 17 00:00:00 2001 From: duhui Date: Fri, 30 Jul 2021 10:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=8B=B1=E9=9B=84=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=EF=BC=8C=E6=B7=BB=E5=8A=A0=E9=98=9F=E4=BC=8Did?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index d10521a..7d23bfd 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -664,6 +664,7 @@ import "CommonProto.proto"; optional int32 targetUid = 1; optional string heroId = 2 ;// 动态id optional int32 serverId = 3; + optional int32 teamId = 4;//队伍id } message ViewHeroInfoResponse{