1
0
Fork 0
forked from Simnation/Main
Main/resources/[jobs]/[weapons]/force-sling/client/custom/inventory.lua
2025-06-07 08:51:21 +02:00

16 lines
296 B
Lua

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