using System; using UnityEngine; using UnityEngine.UIElements; internal class SlotInfo { public VisualElement slotElement { get; private set; } public Label amountLabel { get; private set; } public SlotInfo(VisualElement slotElement) { this.slotElement = slotElement; amountLabel = slotElement.Q