军团活动:修复debug接口
This commit is contained in:
16
game-server/app/servers/guild/handler/raceActivityHandler.ts
Normal file
16
game-server/app/servers/guild/handler/raceActivityHandler.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Application, ChannelService } from "pinus";
|
||||
|
||||
export default function (app: Application) {
|
||||
return new RaceActivityHandler(app);
|
||||
}
|
||||
|
||||
export class RaceActivityHandler {
|
||||
|
||||
channelService: ChannelService;
|
||||
constructor(private app: Application) {
|
||||
this.channelService = app.get('channelService');
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user