RCS0056 - roslynator_max_line_length = 160

This commit is contained in:
RoosterDragon
2024-07-27 16:09:46 +01:00
committed by Matthias Mailänder
parent 9d5d2ab493
commit 0649f3dc32
129 changed files with 606 additions and 245 deletions

View File

@@ -38,7 +38,10 @@ namespace OpenRA.Mods.Common.Warheads
[Desc("Can this warhead affect the actor that fired it.")]
public readonly bool AffectsParent = false;
[Desc("If impact is above this altitude, warheads that would affect terrain ignore terrain target types (and either do nothing or perform their own checks).")]
[Desc(
"If impact is above this altitude, " +
"warheads that would affect terrain ignore terrain target types " +
"(and either do nothing or perform their own checks).")]
public readonly WDist AirThreshold = new(128);
[Desc("Delay in ticks before applying the warhead effect.", "0 = instant (old model).")]