build(submodules): Remove submodules + move everything at root

This commit is contained in:
Jérémie N'gadi
2017-09-15 14:26:56 +02:00
parent 9ee7a5f61e
commit 97adf4f97c
34 changed files with 0 additions and 16 deletions
+7
View File
@@ -0,0 +1,7 @@
AddEventHandler('esx:getSharedObject', function(cb)
cb(ESX)
end)
function getSharedObject()
return ESX
end