RCS0056 - roslynator_max_line_length = 180
This commit is contained in:
committed by
Matthias Mailänder
parent
822a29aa76
commit
9d5d2ab493
@@ -228,7 +228,11 @@ namespace OpenRA.Mods.Common.Activities
|
||||
{
|
||||
moveCooldownHelper.NotifyMoveQueued();
|
||||
foreach (var cell in rp.Path)
|
||||
QueueChild(new AttackMoveActivity(self, () => move.MoveTo(cell, 1, ignoreActor: repairableNear != null ? null : host.Actor, targetLineColor: aircraft.Info.TargetLineColor)));
|
||||
QueueChild(new AttackMoveActivity(self, () => move.MoveTo(
|
||||
cell,
|
||||
1,
|
||||
ignoreActor: repairableNear != null ? null : host.Actor,
|
||||
targetLineColor: aircraft.Info.TargetLineColor)));
|
||||
}
|
||||
else
|
||||
QueueChild(new TakeOff(self));
|
||||
|
||||
Reference in New Issue
Block a user