Merge branch 'master_test_gn_godsoul' into master_test_gn

master_huanxiang
yuanshuai 2021-11-03 19:01:19 +08:00
commit e3349a1edf
3 changed files with 27 additions and 6 deletions

View File

@ -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;
@ -106,6 +118,8 @@ option optimize_for = SPEED;
repeated string jewels = 14;//
optional int32 createtype = 15;// 1
optional int32 changeId = 16;//id 0
repeated HeroGodSoulInfo godSoulList=17;//
optional int32 godSoulLv=18;//
}
message PokemonInfo{
@ -125,6 +139,7 @@ option optimize_for = SPEED;
optional string realId = 7;//id
optional int64 forceScore = 8;//
optional int32 playerSex=9;//
optional int32 godSoulLv=10;//
}
@ -660,6 +675,7 @@ option optimize_for = SPEED;
optional int32 level =4;
optional int32 position=5;
optional int32 skinId = 6;
optional int32 godSoulLv = 7;//
}
message TeamOneTeamInfo{
@ -1102,6 +1118,8 @@ option optimize_for = SPEED;
optional int32 heroStaticid = 1;//id
optional int32 likableNum = 2;//
}
//
message ModelUserInfo{
@ -1153,4 +1171,3 @@ option optimize_for = SPEED;
optional int32 leaveGetRewardDays = 3; //
}

View File

@ -468,15 +468,18 @@ import "CommonProto.proto";
repeated EquipBookInfo changeEquipList = 1;//()
}
//
message HeroGodSoulBindRequest{
optional string heroId = 1;//
optional int32 godSoulLv = 2;//
repeated string bindHeros=3;//
}
//
message PracticeSkillUpRequest{
optional int32 skillId = 1;
}

View File

@ -1122,7 +1122,8 @@ enum MessageType{
PRACTICE_SKILL_UP_REQUEST=20209;//
PRACTICE_SKILL_UP_RESPONSE=20210;
HERO_GOD_SOUL_BIND_REQUEST = 20211;//
HERO_GOD_SOUL_BIND_RESPONSE = 20212;