Exemplo n.º 1
0
 public void OnGUI()
 {
     if (cCurrentChapter != null)
     {
         cTxtPrompt.text = cCurrentChapter.GetCurrentNode().sText;
     }
 }