Re-added world.target wrapper

This commit is contained in:
Axen 2024-09-30 00:29:00 +03:00
parent 03ed7318ee
commit ec46cf374b
No known key found for this signature in database
GPG key ID: A156FDCA413975CB

View file

@ -1710,6 +1710,10 @@ if _G.__JECS_DEBUG then
return world_get(world, entity, ...)
end
World.target = function(world, entity, relation, index)
return world_target(world, entity, relation, index)
end
World.remove = function() end
end