forked from Shardstone/trail-into-darkness
added full characte creation support
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class AttributeReference : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
namespace Nox.UI {
|
||||
public class AttributeReference : MonoBehaviour {
|
||||
public Button removePointsButton;
|
||||
public Button addPointsButton;
|
||||
public TextMeshProUGUI attributeName;
|
||||
public TextMeshProUGUI attributeValue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user