皮肤协议提交

master_huanxiang
lvxinran 2020-10-28 19:54:45 +08:00
parent aeabaa9b34
commit 025662706d
2 changed files with 8 additions and 1 deletions

View File

@ -855,5 +855,10 @@ option optimize_for = SPEED;
optional int32 cellIndex = 3;
optional int32 rewardId = 4;
}
//
message SkinInfo{
optional int32 skinId = 1;
optional int32 overTime = 2;
}

View File

@ -268,7 +268,9 @@ import "CommonProto.proto";
message DoHeroChangeResponse{
optional Drop drop = 1;//
}
message GetAllSkinResponse{
repeated SkinInfo skinInfo = 1;
}