1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-20 22:10:36 +02:00
parent c6be40ffbd
commit 702bab121c
37 changed files with 2299 additions and 0 deletions

View file

@ -0,0 +1,8 @@
Core = {}
Core.Info = {}
local function returnCoreObject()
return Core
end
exports('returnCoreObject', returnCoreObject)