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