Пример #1
0
 public void PreviousPrompt()
 {
     current   = prompts.GetPreviousPrompt();
     text.text = current;
 }