finished building *Infos
This commit is contained in:
@@ -8,9 +8,7 @@ namespace OpenRa.Game.Traits
|
||||
{
|
||||
class AttackBaseInfo : ITraitInfo
|
||||
{
|
||||
|
||||
|
||||
public object Create(Actor self) { return new AttackBase(self); }
|
||||
public virtual object Create(Actor self) { return new AttackBase(self); }
|
||||
}
|
||||
|
||||
class AttackBase : IIssueOrder, IResolveOrder, ITick
|
||||
|
||||
Reference in New Issue
Block a user