forked from noxious/server
Greatly improved server code base
This commit is contained in:
5
src/application/base/baseCommand.ts
Normal file
5
src/application/base/baseCommand.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { Server } from 'socket.io'
|
||||
|
||||
export abstract class BaseCommand {
|
||||
constructor(readonly io: Server) {}
|
||||
}
|
Reference in New Issue
Block a user