using TMPro; using UnityEngine; using UnityEngine.UI; namespace Nox.UI { public class StatReference : MonoBehaviour { public TextMeshProUGUI statName; public TextMeshProUGUI statValue; public Image statBar; } }