Remove unread private member (IDE0052)
This commit is contained in:
committed by
Gustas
parent
43e0cca663
commit
d3a8b07f05
@@ -20,7 +20,6 @@ namespace OpenRA.Mods.Common.Activities
|
||||
public class DeliverUnit : Activity
|
||||
{
|
||||
readonly Carryall carryall;
|
||||
readonly BodyOrientation body;
|
||||
readonly bool assignTargetOnFirstRun;
|
||||
readonly WDist deliverRange;
|
||||
readonly Color? targetLineColor;
|
||||
@@ -40,7 +39,6 @@ namespace OpenRA.Mods.Common.Activities
|
||||
this.targetLineColor = targetLineColor;
|
||||
|
||||
carryall = self.Trait<Carryall>();
|
||||
body = self.Trait<BodyOrientation>();
|
||||
}
|
||||
|
||||
protected override void OnFirstRun(Actor self)
|
||||
|
||||
Reference in New Issue
Block a user