1
0
forked from noxious/server
This commit is contained in:
2025-02-12 00:14:05 +01:00
parent fef0ae6e28
commit c47339dfcd
134 changed files with 503 additions and 503 deletions

View File

@ -1,11 +1,11 @@
import { Server } from 'socket.io'
import type { TSocket, UUID } from'@/application/types'
import type { TSocket, UUID } from '@/application/types'
import { SocketEvent } from'@/application/enums'
import { Character } from'@/entities/character'
import MapManager from'@/managers/mapManager'
import TeleportService from'@/services/characterTeleportService'
import { SocketEvent } from '@/application/enums'
import { Character } from '@/entities/character'
import MapManager from '@/managers/mapManager'
import TeleportService from '@/services/characterTeleportService'
class MapCharacter {
public readonly character: Character