forked from noxious/server
Paths refactor # > @/
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { BaseEvent } from '#application/base/baseEvent'
|
||||
import { SocketEvent } from '#application/enums'
|
||||
import CharacterAttackService from '#services/characterAttackService'
|
||||
import { BaseEvent } from'@/application/base/baseEvent'
|
||||
import { SocketEvent } from'@/application/enums'
|
||||
import CharacterAttackService from'@/services/characterAttackService'
|
||||
|
||||
export default class CharacterMove extends BaseEvent {
|
||||
private readonly characterAttackService = CharacterAttackService
|
||||
|
Reference in New Issue
Block a user