Production group icons

This commit is contained in:
Paul Chote
2011-07-07 05:57:06 +12:00
parent 32322b1658
commit dc0c0e744a
8 changed files with 428 additions and 12 deletions

View File

@@ -30,6 +30,7 @@ namespace OpenRA.Mods.Cnc.Widgets
public List<ProductionTab> Tabs = new List<ProductionTab>();
public string Group;
public int CumulativeCount;
public bool Alert { get { return Tabs.Any(t => t.Queue.CurrentDone); } }
public void Update(IEnumerable<ProductionQueue> allQueues)
{