潜能协议

master_otnew
PC-202302260912\Administrator 2023-09-26 18:00:17 +08:00
parent a1b980a6d8
commit 51353e879f
1 changed files with 7 additions and 6 deletions

View File

@ -99,6 +99,13 @@ option optimize_for = SPEED;
optional int32 strongLv = 2;//
}
//
message potentialInfo{
optional int32 type = 1;//
optional int32 upLv = 2;//
optional int32 giftLv = 3;//
}
message Hero{
optional string id = 1;
optional int32 heroId = 2;
@ -1352,10 +1359,4 @@ option optimize_for = SPEED;
optional string name = 2;
optional int64 endTime = 3;
repeated GmSingleGift missions = 4;
}
message potentialInfo{
optional int32 type = 1;//
optional int32 upLv = 2;//
optional int32 giftLv = 3;//
}