Typo
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
import type { UUID } from'@/application/types'
|
||||
import type { UUID } from '@/application/types'
|
||||
|
||||
import { SocketEvent } from'@/application/enums'
|
||||
import Logger, { LoggerType } from'@/application/logger'
|
||||
import { Character } from'@/entities/character'
|
||||
import MapManager from'@/managers/mapManager'
|
||||
import SocketManager from'@/managers/socketManager'
|
||||
import MapCharacter from'@/models/mapCharacter'
|
||||
import MapRepository from'@/repositories/mapRepository'
|
||||
import { SocketEvent } from '@/application/enums'
|
||||
import Logger, { LoggerType } from '@/application/logger'
|
||||
import { Character } from '@/entities/character'
|
||||
import MapManager from '@/managers/mapManager'
|
||||
import SocketManager from '@/managers/socketManager'
|
||||
import MapCharacter from '@/models/mapCharacter'
|
||||
import MapRepository from '@/repositories/mapRepository'
|
||||
|
||||
interface TeleportOptions {
|
||||
targetMapId: UUID
|
||||
|
Reference in New Issue
Block a user