Baseless/helpers/CreateEntityWithHealth.lua

4 lines
93 B
Lua

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