Exemplo n.º 1
0
 /// <summary>
 /// 次の行を読む
 /// </summary>
 public void RequestNextLine()
 {
     if (isScenario == true)
     {
         var currentText = m_scenarios[m_currentLine];
         m_textControl.SetNextLine(CommandProcess(currentText));
         m_currentLine++;
         m_isCallPreload = false;
     }
 }