How would I check two entity sets against each other? As a specific example having items that can be picked up by a player. So I have a system that iterates all the pickable items and checks their distance against the players, if the player is in range the item gets picked up and added to their inventory.