forked from Shardstone/trail-into-darkness
12 lines
247 B
C#
12 lines
247 B
C#
using TMPro;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
namespace Nox.Game {
|
|
public class AnswerReference : MonoBehaviour {
|
|
public TextMeshProUGUI number;
|
|
public TextMeshProUGUI dialogText;
|
|
public Button button;
|
|
}
|
|
}
|