修改个别 import

This commit is contained in:
liangtongchuan
2020-12-23 11:46:12 +08:00
parent 3b128da3d3
commit af8c89db20
2 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
* 体力系统
*/
import { HERO_SYSTEM_TYPE, ABI_TYPE } from '../consts';
import { HERO_SYSTEM_TYPE, ABI_TYPE, JEWEL_ATTR } from '../consts';
import { deepCopy } from './util';
import { HeroModel, HeroType } from '../db/Hero';
@@ -15,7 +15,6 @@ import { DicSe } from './dictionary/DicSe';
import { EquipType } from '../db/Equip';
import { DicRandomEffectPool } from './dictionary/DicRandomEffectPool';
import { getGoodById } from './gamedata';
import { JEWEL_ATTR } from '../consts/constModules/abilityConst';
const HERO_CE_RATIO = 100;
const _ = require('underscore');