|
@@ -115,11 +115,11 @@ namespace GFGGame
|
|
|
EventAgent.AddEventListener(ConstMessage.NOTICE_BATCH_TASK_STATE_CHANGE, OnTasksChange);
|
|
|
_ui.m_DialogText.m_txtName.text = ActivityVisitCfgArray.Instance.dataArray[npcId].name;
|
|
|
_ui.m_DialogText.m_txtContent.text = "";
|
|
|
- _ui.m_DialogText.m_In.Play();
|
|
|
_wordTextField = null;
|
|
|
isNextChat = false;
|
|
|
indexChat = 0;
|
|
|
- SetTypeWriting();
|
|
|
+ _ui.m_DialogText.m_In.Play(()=> { SetTypeWriting(); });
|
|
|
+
|
|
|
}
|
|
|
|
|
|
private void OnClickBtnBack()
|