测试:抽卡测试

This commit is contained in:
luying
2021-04-30 19:29:20 +08:00
parent 524ed6d05e
commit f5654c402f
4 changed files with 199 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ export class GachaListReturn {
floor: Floor[] = []; // 整体保底
hope: Hope[] = []; // 心愿单
point: number = 0; // 积分
turntable: Turntable[]; // 转盘记录
turntable: Turntable[] = []; // 转盘记录
pickHero: number = 0; // 玩家选择的武将
constructor(dicGacha: DicGacha, userGacha: UserGachaType) {