Splits AttackMove into trait and activity.
Moves them to subfolders/namespaces accordingly.
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenRA.Mods.RA.Activities
|
||||
return this;
|
||||
|
||||
return Util.SequenceActivities(
|
||||
new AttackMove.AttackMoveActivity(self, new Move.Move(self, target.Location, WRange.FromCells(2))),
|
||||
new AttackMoveActivity(self, new Move.Move(self, target.Location, WRange.FromCells(2))),
|
||||
new Wait(25),
|
||||
this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user