2023-10-31 09:03:41 +03:00
|
|
|
// import path from "path";
|
|
|
|
// import { TypedEvent } from "../helper/typed_event";
|
|
|
|
// import { StackService } from "../services/stack_service";
|
|
|
|
// // TODO(IDONTSUDO): up to do
|
2023-10-26 17:44:54 +03:00
|
|
|
|
2023-10-31 09:03:41 +03:00
|
|
|
// class SocketController<T>{
|
|
|
|
// emitter:TypedEvent<T>;
|
|
|
|
// constructor(emitter:TypedEvent<T>, ){
|
|
|
|
// this.emitter = emitter
|
|
|
|
// }
|
|
|
|
// call = () =>{
|
2023-10-26 17:44:54 +03:00
|
|
|
|
2023-10-31 09:03:41 +03:00
|
|
|
// }
|
|
|
|
// }
|
2023-10-26 17:44:54 +03:00
|
|
|
|