Main/resources/[housing]/qs-housing/client/custom/wardrobe/sleek-clothestore.lua

8 lines
139 B
Lua
Raw Normal View History

2025-06-09 23:54:46 +02:00
if Config.Wardrobe ~= 'sleek-clothestore' then
return
end
function openWardrobe()
exports['sleek-clothestore']:OpenWardrobe()
end