// 다음 대사 사용
 public void TextNext()
 {
     if (textOutput.text_exit == false)
     {
         // 나중에 지워라
         if (TextManger.Condition_Pause == false)
         {
             textOutput.End_NowText();
         }
     }
 }