皮肤协议提交
parent
aeabaa9b34
commit
025662706d
|
@ -855,5 +855,10 @@ option optimize_for = SPEED;
|
||||||
optional int32 cellIndex = 3;
|
optional int32 cellIndex = 3;
|
||||||
optional int32 rewardId = 4;
|
optional int32 rewardId = 4;
|
||||||
}
|
}
|
||||||
|
//皮肤信息
|
||||||
|
message SkinInfo{
|
||||||
|
optional int32 skinId = 1;
|
||||||
|
optional int32 overTime = 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -268,7 +268,9 @@ import "CommonProto.proto";
|
||||||
message DoHeroChangeResponse{
|
message DoHeroChangeResponse{
|
||||||
optional Drop drop = 1;//掉落
|
optional Drop drop = 1;//掉落
|
||||||
}
|
}
|
||||||
|
message GetAllSkinResponse{
|
||||||
|
repeated SkinInfo skinInfo = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue