Remove an unused field from TakeOff.cs
This commit is contained in:
committed by
Gustas
parent
542c5dcfc3
commit
1073a7124f
@@ -17,12 +17,10 @@ namespace OpenRA.Mods.Common.Activities
|
||||
public class TakeOff : Activity
|
||||
{
|
||||
readonly Aircraft aircraft;
|
||||
readonly IMove move;
|
||||
|
||||
public TakeOff(Actor self)
|
||||
{
|
||||
aircraft = self.Trait<Aircraft>();
|
||||
move = self.Trait<IMove>();
|
||||
}
|
||||
|
||||
protected override void OnFirstRun(Actor self)
|
||||
|
||||
Reference in New Issue
Block a user