Import the Game class because we need to
This commit is contained in:
parent
edb083f744
commit
2141e8bb21
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue