寻宝:单排玩家强退
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user