forked from noxious/client
moving stuff yes
This commit is contained in:
@ -4,7 +4,8 @@ import type { ExtendedCharacter, Zone } from '@/types'
|
||||
export const useZoneStore = defineStore('zone', {
|
||||
state: () => ({
|
||||
zone: null as Zone | null,
|
||||
characters: [] as ExtendedCharacter[]
|
||||
characters: [] as ExtendedCharacter[],
|
||||
characterLoaded: false,
|
||||
}),
|
||||
getters: {
|
||||
getCharacterById: (state) => {
|
||||
|
Reference in New Issue
Block a user