神魔功能相关协议提交

master_huanxiang
yuanshuai 2022-03-17 17:35:15 +08:00
parent a9c62fd9b7
commit 533096e392
3 changed files with 10 additions and 0 deletions

View File

@ -121,6 +121,7 @@ option optimize_for = SPEED;
optional int32 changeId = 16;//id 0
repeated HeroGodSoulInfo godSoulList=17;//
optional int32 godSoulLv=18;//
optional int32 propertyId=19;//id
}
message PokemonInfo{

View File

@ -529,5 +529,11 @@ import "CommonProto.proto";
optional LifeGridInfo lifeGridInfo = 1;//
}
//
message GodDevilHeroSelectPropRequest{
optional string heroId = 1; // id
optional int32 propId = 2; // id (HeroConfigPropertyName)
}

View File

@ -1144,6 +1144,9 @@ enum MessageType{
UP_STAR_ACTIVITY_SELECT_REQUEST = 20223;//
UP_STAR_ACTIVITY_SELECT_RESPONSE = 20224;
GOD_DEVIL_HERO_SELECT_PROP_REQUEST = 20225;//
GOD_DEVIL_HERO_SELECT_PROP_RESPONSE = 20226;
//30000 使