mirror of
https://github.com/notwa/mm
synced 2024-11-04 22:39:02 -08:00
9 lines
184 B
Lua
9 lines
184 B
Lua
-- deprecated
|
|
local hash = gameinfo.getromhash()
|
|
local Game = require "addrs.addrs"
|
|
local game = Game(hash)
|
|
version = game.version
|
|
oot = game.oot
|
|
mm = game.mm
|
|
addrs = game
|
|
return game
|