/// <summary>
 /// Remove an object from the list of objects the player is close enough to interact with.
 /// </summary>
 /// <param name="interactible">The object to remove.</param>
 void IInteractionComponent.RemoveInteractible(PhysicalInteractible interactible) => InteractionComponent.RemoveInteractible(interactible);