Exemplo n.º 1
0
 /// <summary>
 /// Clears the text area and history.
 /// </summary>
 public static void Clear()
 {
     DevConsole.ClearHistory();
     SetText("\n<color=green>Clear Successful :D</color>");
 }