20 if (signData !=
null) {
21 string text =
string.Join(
"\n", signData.
Lines);
22 text = text.Trim(
'\n');
23 text = text.Replace(
"\\\n",
"");
24 Color color = signData.
Colors[0] == Color.Black ? Color.White : signData.
Colors[0];
static int Max(int x1, int x2)
virtual void DisplaySmallMessage(string text, Color color, bool blinking, bool playNotificationSound)
ComponentGui ComponentGui
SubsystemElectricity SubsystemElectricity
int CalculateHighInputsCount()
ElectricElement(SubsystemElectricity subsystemElectricity, IEnumerable< CellFace > cellFaces)
ReadOnlyList< CellFace > CellFaces
double? m_lastMessageTime
SignElectricElement(SubsystemElectricity subsystemElectricity, CellFace cellFace)
ReadOnlyList< ComponentPlayer > ComponentPlayers