Baseless/helpers/CreateCorpse.lua

4 lines
83 B
Lua
Raw Normal View History

2020-04-22 04:35:40 +00:00
function CreateCorpse (type, prototype)
return CreateEntity(type, prototype)
end