1
0
forked from noxious/server

Many many more improvements

This commit is contained in:
2024-12-28 19:21:15 +01:00
parent bd3bf6f580
commit 918f5141fc
27 changed files with 178 additions and 191 deletions

View File

@ -0,0 +1,5 @@
import { Logger } from '#application/logger'
export abstract class BaseService {
protected readonly logger: Logger = new Logger('game')
}