Files
muuhd/models/globals.js
Kim Ravn Hansen 5a5fd475d7 perms
2026-02-22 08:30:44 +01:00

6 lines
185 B
JavaScript

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);