diff --git a/project/src/controllers/MatchController.ts b/project/src/controllers/MatchController.ts index adefc955..4ac60635 100644 --- a/project/src/controllers/MatchController.ts +++ b/project/src/controllers/MatchController.ts @@ -126,11 +126,13 @@ export class MatchController return botDifficulty; } + /** Handle client/match/local/start */ public startLocalRaid(sessionId: string, request: IStartLocalRaidRequestData): IStartLocalRaidResponseData { return this.locationLifecycleService.startLocalRaid(sessionId, request); } + /** Handle client/match/local/end */ public endLocalRaid(sessionId: string, request: IEndLocalRaidRequestData): void { return this.locationLifecycleService.endLocalRaid(sessionId, request);