This commit is contained in:
Chris Forbes
2009-11-09 23:20:19 +13:00
parent 0040db61cd
commit df00598d98
5 changed files with 26 additions and 4 deletions

View File

@@ -33,6 +33,9 @@ namespace OpenRa.Game.Traits.Activities
}
}
public void Cancel(Actor self, Mobile mobile) { }
public void Cancel(Actor self, Mobile mobile)
{
mobile.InternalSetActivity(null);
}
}
}