forked from noxious/client
Major refractor, cleaning and improvements. pt.2
This commit is contained in:
parent
d2123b7d97
commit
b5e2474c6d
@ -29,7 +29,7 @@
|
||||
<script setup lang="ts">
|
||||
import { useGameStore } from '@/stores/game';
|
||||
import { ref } from 'vue';
|
||||
import InventoryItems from '@/components/utilities/inventory/partials/InventoryItems.vue';
|
||||
import InventoryItems from '@/components/gui/partials/InventoryItems.vue';
|
||||
|
||||
const gameStore = useGameStore()
|
||||
let inventory = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user