removing warning

This commit is contained in:
Bob
2010-09-22 11:18:47 +12:00
parent 9e3c938706
commit e2eae7973b

View File

@@ -26,8 +26,6 @@ namespace OpenRA.Mods.RA.Activities
Range = range;
}
IActivity NextActivity { get; set; }
public override IActivity Tick( Actor self )
{
if (IsCanceled) return NextActivity;