示例#1
0
 public void DisplayText(ConsoleString str, bool clear = true)
 {
     if (clear)
     {
         ClearInstant();
     }
     textToDisplay += str.GetText();
 }