GameSession delete + log

This commit is contained in:
LuckyLaszlo
2022-11-30 19:42:16 +01:00
parent 68e529fec2
commit e3fd130729
4 changed files with 50 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ import * as c from "../constants.js"
import { ClientPlayer } from "./Client";
import { GameComponentsServer } from "./GameComponentsServer.js";
import { clientInputListener } from "../wsServer.js";
import { random } from "../../shared_js/utils.js";
import { random } from "../utils.js";
/*
Arg "s: GameSession" replace "this: GameSession" for use with setTimeout(),