예제 #1
0
파일: Game.cs 프로젝트: Stekke/OpenRA
 public static void AddChatLine(Color color, string name, string text)
 {
     OrderManager.AddChatLine(color, name, text);
 }
예제 #2
0
 public static void AddSystemLine(string name, string text)
 {
     OrderManager.AddChatLine(name, systemMessageColor, text, systemMessageColor);
 }