皮肤:周边相关功能影响

This commit is contained in:
luying
2021-10-19 14:26:21 +08:00
parent da5a43abba
commit 864f856c1c
16 changed files with 254 additions and 199 deletions
+2
View File
@@ -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;