Add default for Activity-Tick
This commit is contained in:
@@ -50,12 +50,6 @@ namespace OpenRA.Mods.Common.Activities
|
||||
QueueChild(new TakeOff(self));
|
||||
}
|
||||
|
||||
public override Activity Tick(Actor self)
|
||||
{
|
||||
|
||||
return NextActivity;
|
||||
}
|
||||
|
||||
class ReleaseUnit : Activity
|
||||
{
|
||||
readonly Carryall carryall;
|
||||
@@ -98,11 +92,6 @@ namespace OpenRA.Mods.Common.Activities
|
||||
carryable.Detached(cargo);
|
||||
});
|
||||
}
|
||||
|
||||
public override Activity Tick(Actor self)
|
||||
{
|
||||
return NextActivity;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user