npm update, removed player store and merged it with socket store, worked on character creation & selection (partially works)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user