forked from noxious/server
Continuation of refactor
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
import { Server } from 'socket.io'
|
||||
|
||||
import Logger, { LoggerType } from '#application/logger'
|
||||
|
||||
export abstract class BaseCommand {
|
||||
protected readonly logger = Logger.type(LoggerType.COMMAND)
|
||||
constructor(readonly io: Server) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user