moved AutoTarget/AutoHeal to ra

This commit is contained in:
Chris Forbes
2010-05-20 18:28:57 +12:00
parent b1327378ed
commit d008fd9eed
6 changed files with 8 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ namespace OpenRA.Traits
public object Create(Actor self) { return new Cloak(self); }
}
class Cloak : IRenderModifier, INotifyAttack, ITick, INotifyDamage
public class Cloak : IRenderModifier, INotifyAttack, ITick, INotifyDamage
{
[Sync]
int remainingTime;