refactors
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Config } from "../config.js";
|
||||
import { Game } from "./game.js";
|
||||
|
||||
/** @constant @readonly @type {Game} Global instance of Game */
|
||||
export const gGame = new Game();
|
||||
export const gGame = new Game(Config.rngSeed);
|
||||
|
||||
Reference in New Issue
Block a user