Beispiel #1
0
 public void Log(string text)
 {
     GameLog.AppendText($"{text}\n");
     GameLog.SelectionStart = GameLog.Text.Length;
     GameLog.ScrollToCaret();
 }