From f90745123d2add97c6ed5a8d0ed41cd2784d8a19 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 19 Oct 2020 16:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=B5=E5=85=BD=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index f66537e..fa75000 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -175,6 +175,7 @@ option optimize_for = SPEED; repeated Equip equipId = 2; repeated Hero Hero = 3; repeated Equip soulEquip =4;//魂印(法宝不再掉落,魂印改为4,注意修改) + repeated PokemonInfo pokemon =5;//灵兽 } message GMCommand{ @@ -203,9 +204,10 @@ option optimize_for = SPEED; } message PokemonInfo{ - optional int32 id = 1; //异妖id - optional int32 stage =2; //异妖进阶阶数 - repeated Pokemoncomonpent pokemoncomonpent =3; //组件信息 + optional int32 tempId = 1; //异妖id + optional string id = 2; + optional int32 level = 3; + optional int32 star = 4; } message RingFireInfo{