mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 05:02:24 +00:00
7 lines
140 B
Lua
7 lines
140 B
Lua
function GetSharedObject()
|
|
return QBCore
|
|
end
|
|
|
|
exports('GetSharedObject', GetSharedObject)
|
|
|
|
QBCore = exports['qb-core']:GetSharedObject() |