Make sure braces for multi-line statements are on their own lines.
This commit is contained in:
@@ -56,7 +56,8 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public readonly float[] SwingAmplitude = { 1.0f, 1.5f };
|
||||
|
||||
[Desc("The randomly selected rgb(a) hex colors for the particles. Use this order: rrggbb[aa], rrggbb[aa], ...")]
|
||||
public readonly Color[] ParticleColors = {
|
||||
public readonly Color[] ParticleColors =
|
||||
{
|
||||
Color.FromArgb(236, 236, 236),
|
||||
Color.FromArgb(228, 228, 228),
|
||||
Color.FromArgb(208, 208, 208),
|
||||
|
||||
Reference in New Issue
Block a user