private static void PrintBallExtraHeader(StringBuilder sb, string indention, ExtraBallHeader extraHeader) { sb.AppendLine(indention + "[ExtraHeader]"); sb.AppendLine(indention + Indention + "[AllianceId: " + extraHeader.AllianceId + "]"); sb.AppendLine(indention + Indention + "[CorporationId: " + extraHeader.CorporationId + "]"); sb.AppendLine(indention + Indention + "[CloakMode: " + extraHeader.CloakMode + "]"); sb.AppendLine(indention + Indention + "[Harmonic: " + extraHeader.Harmonic + "]"); sb.AppendLine(indention + Indention + "[Mass: " + extraHeader.Mass + "]"); }