RCS0056 - roslynator_max_line_length = 160
This commit is contained in:
committed by
Matthias Mailänder
parent
9d5d2ab493
commit
0649f3dc32
@@ -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).")]
|
||||
|
||||
Reference in New Issue
Block a user