move SpeedUp to ClassicProductionQueueInfo
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user