任务:修复任务很多问题

This commit is contained in:
luying
2022-04-29 18:13:02 +08:00
parent c063b2d135
commit b4deba6cb0
4 changed files with 15 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
// 关卡表
import {decodeArrayListStr, decodeArrayStr, parseNumberList, readFileAndParse} from '../util'
import {decodeArrayListStr, parseNumberList, readFileAndParse} from '../util'
import { TRAIN_REWARD_TYPE, WAR_RELATE_TABLES, WAR_TYPE } from '../../consts';
import { isString } from 'underscore'
import { RewardInter } from '../interface';