From 3da7c33b97e5483c05bc4d0c63bc231b74b0c533 Mon Sep 17 00:00:00 2001 From: Cocodrulo <142546774+Cocodrulo@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:07:22 +0000 Subject: [PATCH] feat: Add shared utility functions, starter items, glove data, and a GetShared helper. --- shared/main.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shared/main.lua b/shared/main.lua index 68a29a9..b92ba6f 100644 --- a/shared/main.lua +++ b/shared/main.lua @@ -180,4 +180,6 @@ QBShared.FemaleNoGloves = { --- @return table function GetShared(namespace, item) return QBCore.Shared[namespace]?[item] -end \ No newline at end of file +end + +exports('GetShared', GetShared) \ No newline at end of file