Add needed import for Game object.

This commit is contained in:
Oliver-Akins 2020-10-02 16:50:31 -06:00
parent 494a001afd
commit c284735e5e

View file

@ -13,6 +13,7 @@ that the host is able to just send that to the other players
*/ */
import * as db from '../utils/db'; import * as db from '../utils/db';
import { Socket } from 'socket.io'; import { Socket } from 'socket.io';
import { Game } from '../utils/Game';
import { active_games, log } from '../main'; import { active_games, log } from '../main';
import { generate_game_code } from '../utils/gamecode'; import { generate_game_code } from '../utils/gamecode';