This commit is contained in:
2025-03-07 15:11:58 +08:00
parent 49f07c79d7
commit de883c006c
26 changed files with 486 additions and 201 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ namespace AibisDream
_dialogText.onTextShowed.RemoveAllListeners();
_dialogText.onTextShowed.AddListener(() => _nextArray.gameObject.SetActive(true));
_dialogText.onTextShowed.AddListener(() => onTextShowed?.Invoke());
_dialogText.onTextShowed.AddListener(() => EnumEventSystem.Global.Send(DialogEventEnum.LineShowed));
_dialogText.onTextShowed.AddListener(() => EnumEventSystem.Global.Send(DialogEventEnum.LineShown));
_nextStep = nextStep;