using TMPro; using UnityEngine; using UnityEngine.UI; namespace Nox.UI { public class AttributeReference : MonoBehaviour { public Button removePointsButton; public Button addPointsButton; public TextMeshProUGUI attributeName; public TextMeshProUGUI attributeValue; } }