First commit
This commit is contained in:
11
Assets/Code/GameState/UI/StatReference.cs
Normal file
11
Assets/Code/GameState/UI/StatReference.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace Nox.UI {
|
||||
public class StatReference : MonoBehaviour {
|
||||
public TextMeshProUGUI statName;
|
||||
public TextMeshProUGUI statValue;
|
||||
public Image statBar;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user