🌈 style(import): 删掉部分没有使用的import

This commit is contained in:
liangtongchuan
2023-05-06 15:15:56 +08:00
parent 3f2c696708
commit 2ff9f8c5f1
17 changed files with 11 additions and 41 deletions
@@ -7,11 +7,9 @@ import { BattleDropModel } from '../db/BattleDrop';
import { getRandEelmWithWeight, getRandSingleEelm, getReasonByWarType } from '../pubUtils/util';
import { BATTLE_REWARD_TYPE, BLUEPRT_CONST } from '../consts';
import { addItems } from './role/rewardService';
import { RoleModel } from '../db/Role';
import { gameData } from '../pubUtils/data';
import { DicWar } from '../pubUtils/dictionary/DicWar';
import { RewardInter } from '../pubUtils/interface';
import { getZeroPointD } from '../pubUtils/timeUtil';
import { combineItems } from './role/util';
export class WarReward {