Add support for disabling IIssueDeployOrders.

This commit is contained in:
Paul Chote
2018-01-14 22:48:52 +00:00
committed by ltem
parent a726b57367
commit 2fccfdf1ee
9 changed files with 17 additions and 2 deletions

View File

@@ -323,6 +323,7 @@ namespace OpenRA.Mods.Common.Traits
public interface IIssueDeployOrder
{
Order IssueDeployOrder(Actor self);
bool CanIssueDeployOrder(Actor self);
}
public enum ActorPreviewType { PlaceBuilding, ColorPicker, MapEditorSidebar }