From fd69df13e911810571f9c7b23184fdb93decd192 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Fri, 22 Oct 2021 16:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E9=AD=82=E7=9B=B8=E5=85=B3=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 4962433..b3d5149 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -87,6 +87,18 @@ option optimize_for = SPEED; } + ///神魂绑定数据 + message HeroGodSoulInfo{ + optional int32 level = 1;//神魂等级 + repeated string heros = 2;//当前等级绑定的神将 + } + + //神魂被绑定(反绑)数据 + message HeroBeBindGodSoulInfo{ + optional int32 level = 1;//神魂等级 + optional string heroId = 2;//当前等级绑定的神将 + } + message Hero{ optional string id = 1; optional int32 heroId = 2; @@ -1102,17 +1114,7 @@ option optimize_for = SPEED; optional int32 likableNum = 2;//好感度值 } - ///神魂绑定数据 - message HeroGodSoulInfo{ - optional int32 level = 1;//神魂等级 - repeated string heros = 2;//当前等级绑定的神将 - } - - //神魂被绑定(反绑)数据 - message HeroBeBindGodSoulInfo{ - optional int32 level = 1;//神魂等级 - optional string heroId = 2;//当前等级绑定的神将 - } + // 御剑飞行,人物信息 message ModelUserInfo{