皮肤:周边相关功能影响
This commit is contained in:
@@ -7,6 +7,7 @@ import { EXTERIOR } from "../../pubUtils/dicParam";
|
||||
|
||||
export class PlayerDetailHero {
|
||||
actorId: number;
|
||||
skinId: number;
|
||||
lv: number;
|
||||
star: number;
|
||||
colorStar: number;
|
||||
@@ -15,6 +16,7 @@ export class PlayerDetailHero {
|
||||
|
||||
setPvpHeroInfo?(hero: PvpEnemies|PvpOtherHeroes) {
|
||||
this.actorId = hero.actorId;
|
||||
this.skinId = hero.skinId;
|
||||
this.lv = hero.lv;
|
||||
this.star = hero.star;
|
||||
this.colorStar = hero.colorStar;
|
||||
|
||||
Reference in New Issue
Block a user