Beispiel #1
0
 private void Update()
 {
     if (m_checkTextboxFinished)
     {
         if (m_textboxToCheckFinished == null || m_textboxToCheckFinished.IsFinished())
         {
             RHManager.SetPause(false);
         }
     }
 }