战力:修复切换皮肤后套装属性加错的问题

This commit is contained in:
luying
2022-06-27 13:32:58 +08:00
parent 6e738d62b7
commit 4dcf421ebf
8 changed files with 36 additions and 29 deletions

View File

@@ -50,6 +50,7 @@ export class TaskParamInter {
oldEquip?: EPlace; // 原装备栏(一个)
newEquip?: EPlace; // 新装备栏(一个)
jewels?: JewelType[]; // 天晶石
skinId?: number; // 皮肤id
skipTower?: boolean;
debugInfo?: {condition: number};