Main/resources/[jobs]/[weapons]/force-sling/client/custom/inventory.lua

17 lines
296 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
if Config.Inventory ~= "custom" then return end
CustomInventory = {}
function CustomInventory:GetWeapons()
local weapons = {}
local userInventory
return weapons
end
function CustomInventory:GetWeaponAttachment(item)
local components = {}
local userInventory
return components
end