Add needed import for Game object.
This commit is contained in:
parent
494a001afd
commit
c284735e5e
1 changed files with 1 additions and 0 deletions
|
|
@ -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';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue