From 483224edaf8480020e9340754f741cd2969c261f Mon Sep 17 00:00:00 2001 From: EncodedVenom <32179912+EncodedVenom@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:04:22 -0400 Subject: [PATCH] Remove world.target and world.remove wrappers --- src/init.luau | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/init.luau b/src/init.luau index 25181b0..4558331 100644 --- a/src/init.luau +++ b/src/init.luau @@ -1709,12 +1709,6 @@ 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 function World.new()