This commit is contained in:
2025-02-22 02:42:57 +08:00
parent 1a38ae4572
commit 8cdf40a9ad
10 changed files with 400 additions and 846 deletions
@@ -61,6 +61,12 @@ namespace AibisDream
_dialogText = transform.Find(DialogText)?.gameObject.GetComponent<TypewriterByCharacter>();
_nextArray = transform.Find(NextArray)?.gameObject;
_choiceBox = transform.Find(ChoiceBox)?.gameObject;
OnAwake();
}
protected virtual void OnAwake()
{
}
#endregion