forked from Simnation/Main
12 lines
295 B
Lua
12 lines
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
|