皮肤:周边相关功能影响

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
+3
View File
@@ -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;