任务:添加任务类型

This commit is contained in:
luying
2022-04-29 23:09:23 +08:00
parent 7d3f71a2d0
commit 1401de6d6e
9 changed files with 277 additions and 64 deletions

View File

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