private void SetSelectedData(SlotController slot) { name.text = slot.GetName(); desc.text = slot.GetDescription(); stats.text = slot.GetStats(); }