Import the Game class because we need to

This commit is contained in:
Oliver-Akins 2020-10-02 16:51:54 -06:00
parent edb083f744
commit 2141e8bb21

View file

@ -1,6 +1,7 @@
import { Logger } from "tslog";
import * as sio from "socket.io";
import { writeFileSync } from "fs";
import { Game } from "./utils/Game";
import { Vote } from "./events/Vote";
import { JoinGame } from "./events/JoinGame";
import { HostGame } from "./events/HostGame";