新武将:关卡
This commit is contained in:
@@ -49,4 +49,8 @@ export class NewHeroGachaData extends ActivityBase {
|
||||
this.pickHero = data.pickHero;
|
||||
this.pullCnt = data.pullCnt;
|
||||
}
|
||||
|
||||
public isPickHero(hid: number) {
|
||||
return this.heroes.findIndex(cur => cur.hid == hid) != -1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user