Allow deploy orders to be queued from the command bar.

This commit is contained in:
Paul Chote
2018-09-09 05:22:57 +01:00
committed by abcdefg30
parent 3abc85b588
commit 0a507f3d33
9 changed files with 38 additions and 21 deletions

View File

@@ -371,7 +371,7 @@ namespace OpenRA.Mods.Common.Traits
[RequireExplicitImplementation]
public interface IIssueDeployOrder
{
Order IssueDeployOrder(Actor self);
Order IssueDeployOrder(Actor self, bool queued);
bool CanIssueDeployOrder(Actor self);
}