Baseless/helpers/CreateAssemblingMachine.lua

4 lines
103 B
Lua

function CreateAssemblingMachine (type, prototype)
return CreateCraftingMachine(type, prototype)
end