1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/illenium-appearance/client/management/esx.lua
2025-06-07 08:51:21 +02:00

15 lines
261 B
Lua

if not Config.BossManagedOutfits then return end
if not Framework.ESX() then return end
function Management.RemoveItems()
-- Do nothing
end
function Management.AddItems()
-- Do nothing
end
function Management.AddBackMenuItem()
-- Do nothing
end