神印替换

master_huanxiang
duhui 2022-04-22 13:30:30 +08:00
parent 04da858405
commit 732010cc19
1 changed files with 4 additions and 1 deletions

View File

@ -131,12 +131,15 @@ import "CommonProto.proto";
optional int32 type = 1;//0:1 optional int32 type = 1;//0:1
optional OptHeroSoul wearInfo = 2; optional OptHeroSoul wearInfo = 2;
} }
message WearGodSealResponse{
optional Drop drop = 1;
}
//
message UpGodSealRequest{ message UpGodSealRequest{
optional int32 itemId = 1;//id optional int32 itemId = 1;//id
optional string heroId = 2;//id optional string heroId = 2;//id
} }
message UpGodSealResponse{ message UpGodSealResponse{
optional Drop drop = 1; optional Drop drop = 1;
} }