名将擂台:获取对手数据

This commit is contained in:
luying
2022-08-18 20:23:04 +08:00
parent 59215b7587
commit 18cf681988

View File

@@ -349,6 +349,9 @@ export class LadderOppDetailHeroReturn {
this.y = warJson.y;
this.var = warJson.var;
this.hide = warJson.hide;
this.skill = warJson.skill;
this.seid = warJson.seid;
this.spine = warJson.spine;
if(defensHero) {
this.outIndex = defensHero.order;
@@ -359,6 +362,8 @@ export class LadderOppDetailHeroReturn {
this.skinId = hero.skinId;
this.actorName = hero.hName;
this.lv = hero.lv;
this.star = hero.star;
this.colorStar = hero.colorStar;
}
}
}