1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/community_bridge/modules/bossmenu/qbx_management/client.lua
2025-08-06 16:37:06 +02:00

12 lines
No EOL
295 B
Lua

---@diagnostic disable: duplicate-set-field
if GetResourceState('qbx_management') ~= 'started' then return end
BossMenu = BossMenu or {}
---This will get the name of the module being used.
---@return string
BossMenu.GetResourceName = function()
return "qbx_management"
end
return BossMenu