more of attack-ground (order wiring, etc); doesn't work.

This commit is contained in:
Chris Forbes
2010-07-07 20:46:19 +12:00
parent 5c61c9d3a9
commit 73b6eb568b
12 changed files with 62 additions and 41 deletions

View File

@@ -57,9 +57,6 @@ namespace OpenRA.Mods.RA.Activities
return this;
}
public void Cancel(Actor self)
{
Target = new Target();
}
public void Cancel(Actor self) { Target = Target.None; }
}
}