Added comments
This commit is contained in:
parent
f15a0e6f17
commit
0b9e61dcdc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user