forked from Simnation/Main
ed
This commit is contained in:
parent
c6be40ffbd
commit
702bab121c
37 changed files with 2299 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
Core = {}
|
||||
Core.Info = {}
|
||||
|
||||
local function returnCoreObject()
|
||||
return Core
|
||||
end
|
||||
|
||||
exports('returnCoreObject', returnCoreObject)
|
Loading…
Add table
Add a link
Reference in a new issue