修改util为公共地址
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
*/
|
||||
|
||||
import { BattleDropModel } from '../db/BattleDrop';
|
||||
import { getWarById } from '../util/gamedata';
|
||||
import { decodeStr } from '../util/util';
|
||||
import { getWarById } from '../pubUtils/gamedata';
|
||||
import { decodeStr } from '../pubUtils/util';
|
||||
import { BATTLE_REWARD_TYPE } from '../consts/consts';
|
||||
import { handleReward } from './rewardService';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user