npm update, removed player store and merged it with socket store, worked on character creation & selection (partially works)

This commit is contained in:
2024-05-31 01:15:54 +02:00
parent d3e1bf0047
commit b19625014a
7 changed files with 97 additions and 30 deletions

View File

@ -1,8 +1,9 @@
import {Socket} from "socket.io";
import { User } from '@prisma/client';
import {Character, User} from '@prisma/client';
export type TSocket = Socket & {
user?: User
character?: Character
handshake?: {
query?: {
token?: any