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