Baseless/helpers/CreateSmoke.lua

12 lines
176 B
Lua

function CreateSmoke (type, prototype)
return CreateEntity(
type,
MergeTables(
prototype,
{
animation = Baseless.Animation,
}
)
)
end