forked from Shardstone/trail-into-darkness
Added part of the encounter triggering system
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Nox.Game {
|
||||
public class AnswerPrefab : MonoBehaviour {
|
||||
public TextMeshProUGUI number;
|
||||
public TextMeshProUGUI dialogText;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user