follow activity for turreted attacks

This commit is contained in:
Chris Forbes
2009-11-09 22:29:07 +13:00
parent 14e2e3c2eb
commit b13f399ec0
12 changed files with 64 additions and 30 deletions

View File

@@ -5,9 +5,9 @@ using System.Text;
namespace OpenRa.Game.Traits.Activities
{
class DeliverOre : Activity
class DeliverOre : IActivity
{
public Activity NextActivity { get; set; }
public IActivity NextActivity { get; set; }
bool isDone;
Actor refinery;