Added quick build feature

This commit is contained in:
sinf
2015-04-25 14:58:13 +03:00
parent f6051b1e2b
commit 5991a9b439
4 changed files with 87 additions and 45 deletions

View File

@@ -110,6 +110,12 @@ namespace OpenRA.Mods.Common.Widgets
return true;
}
public void PickUpCompletedBuilding()
{
// This is called from ProductionTabsLogic
paletteWidget.Value.PickUpCompletedBuilding();
}
public string QueueGroup
{
get