forked from Shardstone/trail-into-darkness
added full characte creation support
This commit is contained in:
@@ -2,8 +2,10 @@ using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class StatReference : MonoBehaviour {
|
||||
public TextMeshProUGUI statName;
|
||||
public TextMeshProUGUI statValue;
|
||||
public Image statBar;
|
||||
namespace Nox.UI {
|
||||
public class StatReference : MonoBehaviour {
|
||||
public TextMeshProUGUI statName;
|
||||
public TextMeshProUGUI statValue;
|
||||
public Image statBar;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user