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