removed Mobile.InternalSetActivity

This commit is contained in:
Bob
2009-11-12 13:00:05 +13:00
parent 8325389d9f
commit a74050a3e6
10 changed files with 91 additions and 116 deletions

View File

@@ -8,7 +8,7 @@ namespace OpenRa.Game.Traits.Activities
interface IActivity
{
IActivity NextActivity { get; set; }
void Tick( Actor self, Mobile mobile );
IActivity Tick( Actor self, Mobile mobile );
void Cancel( Actor self, Mobile mobile );
}
}