聊天:精简群推工具方法

This commit is contained in:
liangtongchuan
2021-03-10 23:13:06 +08:00
parent 0589356c82
commit 7a3c914ea0
3 changed files with 15 additions and 38 deletions

View File

@@ -17,7 +17,7 @@ import { updateWarStar, checkBattleHeroes, roleLevelup } from '../../../services
import { checkDungeonNum, checkDungeonAndIncrease } from '../../../services/dungeonService';
import { switchOnFunc } from '../../../services/funcSwitchService';
import { gameData } from '../../../pubUtils/data';
import { pushMysteryFirstMsg, pushTowerMsg, pushVestigeFirstMsg, shouldPushTowerMsg } from '../../../services/chatService';
import { pushMysteryFirstMsg, pushTowerMsg, pushVestigeFirstMsg } from '../../../services/chatService';
export default function(app: Application) {
return new NormalBattleHandler(app);