remove spurious IProducer interface; add IBlocksBullets and move Wall

This commit is contained in:
Chris Forbes
2010-05-23 16:24:28 +12:00
parent 224489502e
commit 431bbe2764
8 changed files with 9 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ namespace OpenRA.Traits
public virtual object Create(Actor self) { return new Production(self); }
}
public class Production : IIssueOrder, IResolveOrder, IProducer, ITags
public class Production : IIssueOrder, IResolveOrder, ITags
{
bool isPrimary = false;
public bool IsPrimary { get { return isPrimary; } }