Paths refactor # > @/
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import type { UUID } from '#application/types'
|
||||
import type { UUID } from'@/application/types'
|
||||
|
||||
import { BaseService } from '#application/base/baseService'
|
||||
import { SocketEvent } from '#application/enums'
|
||||
import MapManager from '#managers/mapManager'
|
||||
import SocketManager from '#managers/socketManager'
|
||||
import { BaseService } from'@/application/base/baseService'
|
||||
import { SocketEvent } from'@/application/enums'
|
||||
import MapManager from'@/managers/mapManager'
|
||||
import SocketManager from'@/managers/socketManager'
|
||||
|
||||
class CharacterAttackService extends BaseService {
|
||||
private readonly ATTACK_DELAY_MS = 1000
|
||||
|
Reference in New Issue
Block a user