forked from Simnation/Main
8 lines
No EOL
126 B
Lua
8 lines
No EOL
126 B
Lua
Core = {}
|
|
Core.Info = {}
|
|
|
|
local function returnCoreObject()
|
|
return Core
|
|
end
|
|
|
|
exports('returnCoreObject', returnCoreObject) |