mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
feat: Add shared utility functions, starter items, glove data, and a GetShared helper.
This commit is contained in:
+3
-1
@@ -180,4 +180,6 @@ QBShared.FemaleNoGloves = {
|
||||
--- @return table
|
||||
function GetShared(namespace, item)
|
||||
return QBCore.Shared[namespace]?[item]
|
||||
end
|
||||
end
|
||||
|
||||
exports('GetShared', GetShared)
|
||||
Reference in New Issue
Block a user