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