1
0
forked from noxious/server

More work on commands / sending notifications

This commit is contained in:
2024-06-02 02:32:51 +02:00
parent 6a995a83ab
commit e9d2eb905a
4 changed files with 84 additions and 8 deletions

View File

@ -1,4 +1,4 @@
import { Socket, Server } from "socket.io";
import { Server } from "socket.io";
import {TSocket} from "../utilities/Types";
import {Character} from "@prisma/client";
import CharacterRepository from "../repositories/CharacterRepository";