forked from Simnation/Main
12 lines
No EOL
289 B
Lua
12 lines
No EOL
289 B
Lua
---@diagnostic disable: duplicate-set-field
|
|
if GetResourceState('esx_society') ~= 'started' then return end
|
|
|
|
BossMenu = BossMenu or {}
|
|
|
|
---This will get the name of the module being used.
|
|
---@return string
|
|
BossMenu.GetResourceName = function()
|
|
return "esx_society"
|
|
end
|
|
|
|
return BossMenu |