Rewrite production tabs (again): Avoid doing a pile of work every tick; support multiple queue types grouped under one category; Tab numbering is sticky.
This commit is contained in:
@@ -19,6 +19,8 @@ namespace OpenRA.Mods.RA
|
||||
public class ProductionQueueInfo : ITraitInfo
|
||||
{
|
||||
public readonly string Type = null;
|
||||
public readonly string Group = null;
|
||||
|
||||
public float BuildSpeed = 0.4f;
|
||||
public readonly int LowPowerSlowdown = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user