Worked on creating new characters
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user