11 lines
270 B
Lua
11 lines
270 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local dofile
|
|
= dofile
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
return {
|
|
user = "Warr1024",
|
|
pkg = "nodecore",
|
|
version = dofile("./mods/nc_api/version.lua")
|
|
}
|