hack in stop order support to various classes. not happy with this.

This commit is contained in:
Chris Forbes
2010-12-06 21:00:06 +13:00
parent 8b82df8298
commit 25ebdea758
5 changed files with 30 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ namespace OpenRA.Mods.RA
return null;
}
public void ResolveOrder(Actor self, Order order)
public virtual void ResolveOrder(Actor self, Order order)
{
if (order.OrderString == "Attack" || order.OrderString == "AttackHold")
{