follow activity for turreted attacks
This commit is contained in:
14
OpenRa.Game/Traits/Activities/IActivity.cs
Normal file
14
OpenRa.Game/Traits/Activities/IActivity.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenRa.Game.Traits.Activities
|
||||
{
|
||||
interface IActivity
|
||||
{
|
||||
IActivity NextActivity { get; set; }
|
||||
void Tick( Actor self, Mobile mobile );
|
||||
void Cancel( Actor self, Mobile mobile );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user