nodecore-cd2025/.cdbrelease.lua

12 lines
284 B
Lua
Raw Normal View History

2019-03-31 09:05:33 -04:00
-- LUALOCALS < ---------------------------------------------------------
local dofile
= dofile
-- LUALOCALS > ---------------------------------------------------------
return {
user = "Warr1024",
2019-03-31 09:18:43 -04:00
pkg = "nodecore",
2019-08-12 21:16:35 -04:00
min = "5.0",
2019-03-31 09:05:33 -04:00
version = dofile("./mods/nc_api/version.lua")
}