Baseless/helpers/CreateCorpse.lua

4 lines
83 B
Lua

function CreateCorpse (type, prototype)
return CreateEntity(type, prototype)
end