コード例 #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);
 }