皮肤:周边相关功能影响
This commit is contained in:
@@ -8,6 +8,8 @@ export class ComRoleStatusHero {
|
||||
@prop({ required: true })
|
||||
id: number;
|
||||
@prop({ required: true })
|
||||
skinId: number;
|
||||
@prop({ required: true })
|
||||
quality: number;
|
||||
@prop({ required: true })
|
||||
star: number;
|
||||
@@ -17,6 +19,7 @@ export class ComRoleStatusHero {
|
||||
lv: number;
|
||||
constructor(hero: HeroType) {
|
||||
this.id = hero.hid;
|
||||
this.skinId = hero.skinId;
|
||||
this.quality = hero.quality;
|
||||
this.star = hero.star;
|
||||
this.colorStar = hero.colorStar;
|
||||
|
||||
Reference in New Issue
Block a user