diff --git a/src/init.luau b/src/init.luau index 5e9198c..25181b0 100644 --- a/src/init.luau +++ b/src/init.luau @@ -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