This commit is contained in:
IDONTSUDO 2023-12-03 16:20:52 +03:00
parent f525a76f6e
commit 5ee95d66e9
40 changed files with 59 additions and 59 deletions

View file

@ -1,4 +1,4 @@
import { TypedEvent } from "../helper/typed_event";
import { TypedEvent } from "../helpers/typed_event";
export class SocketSubscriber<T> {
emitter: TypedEvent<T>;