pvp数据结构上传
This commit is contained in:
13
game-server/app/servers/role/handler/pvpHandler.ts
Normal file
13
game-server/app/servers/role/handler/pvpHandler.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import {Application, BackendSession} from 'pinus';
|
||||
const _ = require('underscore');
|
||||
|
||||
export default function(app: Application) {
|
||||
return new PvpHandler(app);
|
||||
}
|
||||
|
||||
export class PvpHandler {
|
||||
constructor(private app: Application) {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user