move SpeedUp to ClassicProductionQueueInfo

This commit is contained in:
Matthias Mailänder
2013-02-09 12:26:09 +01:00
parent ecd4ff68a4
commit 527790f962
2 changed files with 14 additions and 7 deletions

View File

@@ -22,9 +22,6 @@ namespace OpenRA.Mods.RA
{
public readonly string[] Produces = { };
public readonly float SpeedUp = 0;
public readonly float MaxSpeedUp = 0;
public virtual object Create(ActorInitializer init) { return new Production(this); }
}