示例#1
0
 IEnumerator UpdateText(DialogLines _line)
 {
     textTyper.PlayDialog(_line.line);
     yield return(new WaitForSeconds(0.1f));
 }