nodecore-cd2025/.cdbrelease.lua
2019-08-12 21:16:35 -04:00

12 lines
284 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local dofile
= dofile
-- LUALOCALS > ---------------------------------------------------------
return {
user = "Warr1024",
pkg = "nodecore",
min = "5.0",
version = dofile("./mods/nc_api/version.lua")
}