寻宝:单排玩家强退

This commit is contained in:
luying
2021-08-17 17:45:52 +08:00
parent e81a9b67db
commit a785644cbb
5 changed files with 22 additions and 3 deletions
@@ -33,6 +33,9 @@ export default function(app: Application) {
}
export class ComBattleHandler {
constructor(private app: Application) {
this.app.set('teamMap', this.teamMap);
this.app.set('teamDisTimer', this.teamDisTimer);
this.app.set('robotHurtTimer', this.robotHurtTimer);
}
private teamMap: Map<string, MemComBtlTeam> = new Map();
private teamDisTimer: Map<string, NodeJS.Timer> = new Map();