1
0
forked from noxious/server

npm run format

This commit is contained in:
2025-02-01 16:18:58 +01:00
parent 925721be8a
commit 90559e8388
4 changed files with 28 additions and 28 deletions

View File

@ -1,7 +1,7 @@
import { BaseService } from '#application/base/baseService'
import SocketManager from '#managers/socketManager'
import { UUID } from '#application/types'
import MapManager from '#managers/mapManager'
import SocketManager from '#managers/socketManager'
class CharacterAttackService extends BaseService {
private readonly ATTACK_DELAY_MS = 1000
@ -31,4 +31,4 @@ class CharacterAttackService extends BaseService {
}
}
export default new CharacterAttackService()
export default new CharacterAttackService()