forked from Shardstone/trail-into-darkness
10 lines
192 B
C#
10 lines
192 B
C#
using TMPro;
|
|
using UnityEngine;
|
|
|
|
namespace Nox.Game {
|
|
public class AnswerPrefab : MonoBehaviour {
|
|
public TextMeshProUGUI number;
|
|
public TextMeshProUGUI dialogText;
|
|
}
|
|
}
|