Beispiel #1
0
 public static void AddChatLine(Color color, string name, string text)
 {
     OrderManager.AddChatLine(color, name, text);
 }
Beispiel #2
0
 public static void AddSystemLine(string name, string text)
 {
     OrderManager.AddChatLine(name, systemMessageColor, text, systemMessageColor);
 }