move CanPowerDown, PowerDownButton, and 3 IOGs

This commit is contained in:
Bob
2010-05-20 19:33:10 +12:00
parent 7609097f4f
commit e9799ffdfa
9 changed files with 8 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ namespace OpenRA.Traits
public object Create(Actor self) { return new ConstructionYard(self); }
}
class ConstructionYard : IIssueOrder, IResolveOrder, IMovement
public class ConstructionYard : IIssueOrder, IResolveOrder, IMovement
{
readonly Actor self;