Files
muuhd/models/globals.js
Kim Ravn Hansen 9de5140e47 refactors
2025-10-21 23:55:52 +02:00

6 lines
185 B
JavaScript
Executable File

import { Config } from "../config.js";
import { Game } from "./game.js";
/** @constant @readonly @type {Game} Global instance of Game */
export const gGame = new Game(Config.rngSeed);