why this work only in the player?
const pEquipment = player.getComponent("equippable").getEquipment("Mainhand")
const eEquipment = entity.getComponent("equippable").getEquipment("Mainhand")
i want to copy the player equipment to the entity but this i can't seam to figure out how to get the other entity equipment