This commit is contained in:
Nordi98 2025-07-20 22:12:41 +02:00
parent 702bab121c
commit 9aa690dfc4
37 changed files with 0 additions and 0 deletions

View file

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