Merge branch 'master_test' into master_test_gn
commit
3138e6de79
|
@ -16,6 +16,7 @@ import "CommonProto.proto";
|
||||||
optional int64 heroHp = 4;//剩余血量
|
optional int64 heroHp = 4;//剩余血量
|
||||||
optional int32 level = 5;//英雄等级
|
optional int32 level = 5;//英雄等级
|
||||||
optional int32 skinId = 6;//英雄皮肤
|
optional int32 skinId = 6;//英雄皮肤
|
||||||
|
optional int32 position = 7;//位置
|
||||||
}
|
}
|
||||||
message DifficultMapOption {
|
message DifficultMapOption {
|
||||||
//副本Id
|
//副本Id
|
||||||
|
@ -309,8 +310,12 @@ import "CommonProto.proto";
|
||||||
optional int32 worldLevel = 2;
|
optional int32 worldLevel = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message TrialSaveHero{
|
||||||
|
optional string heroId = 1;
|
||||||
|
optional int32 position =2;
|
||||||
|
}
|
||||||
message TrialHeroInfoSaveRequest{
|
message TrialHeroInfoSaveRequest{
|
||||||
repeated string heroIds = 1;//保存上阵英雄
|
repeated TrialSaveHero heroes = 1;//保存上阵英雄
|
||||||
}
|
}
|
||||||
message TrialHeroInfoSaveResponse{
|
message TrialHeroInfoSaveResponse{
|
||||||
repeated TrialHeroInfo heroes = 1;
|
repeated TrialHeroInfo heroes = 1;
|
||||||
|
|
Loading…
Reference in New Issue