1
0
forked from noxious/client

Teleport fix WIP

This commit is contained in:
2025-02-14 03:04:42 +01:00
parent 8f26a40a0e
commit 56f30093f6
9 changed files with 19 additions and 26 deletions

View File

@ -1,6 +1,6 @@
import type { Map, MapObject, PlacedMapObject, UUID } from '@/application/types'
import { useGameStore } from '@/stores/gameStore'
import { ref } from 'vue'
import {useGameStore} from "@/stores/gameStore";
export type TeleportSettings = {
toMapId: string