Ejemplo n.º 1
0
 public void AppendChatText(string text)
 {
     _chatText.AppendLine(text);
 }
Ejemplo n.º 2
0
 public void OnServerLogMessage(string message)
 {
     m_serverStatusText.AppendLine(message);
 }