Worked on creating new characters

This commit is contained in:
2024-05-28 23:46:55 +02:00
parent da728a1fc6
commit 8cd0e9254a
9 changed files with 70 additions and 24 deletions

View File

@ -9,7 +9,7 @@ export const useSocketStore: StoreDefinition<any> = defineStore('socket', {
character: null as any,
}),
getters: {
getConnection: (state: any) => state.connection,
getConnection: (state: any) => state.connection as Socket,
getCharacter: (state: any) => state.character,
},
actions: {