Teleport fix WIP
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<template></template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { login } from '@/services/authenticationService'
|
||||
import { CharacterHairStorage, CharacterTypeStorage, MapObjectStorage, MapStorage, SoundStorage, SpriteStorage, TileStorage } from '@/storage/storages'
|
||||
import { TextureStorage } from '@/storage/textureStorage'
|
||||
import { useGameStore } from '@/stores/gameStore'
|
||||
import { onMounted, onUnmounted } from 'vue'
|
||||
import {login} from "@/services/authenticationService";
|
||||
import {useGameStore} from "@/stores/gameStore";
|
||||
|
||||
const gameStore = useGameStore()
|
||||
const mapStorage = new MapStorage()
|
||||
|
Reference in New Issue
Block a user