removed Mobile.InternalSetActivity
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user