public void Update()
 {
     if (isFading)
     {
         UpdateTextArea();
     }
     if (gameSystem.IsAuto && lastMode == BurikoTextModes.Continue)
     {
         gameSystem.ClearVoiceWaits();
     }
 }