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

@@ -30,6 +30,8 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
tabs.SelectNextTab(reverse);
else
tabs.QueueGroup = button.ProductionGroup;
tabs.PickUpCompletedBuilding();
};
Func<ButtonWidget, Hotkey> getKey = _ => Hotkey.Invalid;