mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
8 lines
112 B
Lua
8 lines
112 B
Lua
AddEventHandler('esx:getSharedObject', function(cb)
|
|
cb(ESX)
|
|
end)
|
|
|
|
function getSharedObject()
|
|
return ESX
|
|
end
|