diff --git a/lib/init.luau b/lib/init.luau index 5b56e67..1f9aa18 100644 --- a/lib/init.luau +++ b/lib/init.luau @@ -360,7 +360,6 @@ function World.entity(world: World): i53 return nextEntityId(world.entityIndex, entityId + EcsRest) end --- TODO: -- TODO: -- should have an additional `nth` parameter which selects the nth target -- this is important when an entity can have multiple relationships with the same target