Baseless/helpers/CreateItemWithLabel.lua

4 lines
88 B
Lua

function CreateItemWithLabel (type, prototype)
return CreateItem(type, prototype)
end