Allow move orders to cancel DeployForGrantedCondition.

This commit is contained in:
tovl
2019-06-07 22:14:47 +00:00
committed by reaperrr
parent 8589e26dc2
commit ea036d4cc0
9 changed files with 99 additions and 88 deletions

View File

@@ -437,6 +437,11 @@ namespace OpenRA.Mods.Common.Traits
bool CanEnterTargetNow(Actor self, Target target);
}
public interface IWrapMove
{
Activity WrapMove(Activity moveInner);
}
public interface IRadarSignature
{
void PopulateRadarSignatureCells(Actor self, List<Pair<CPos, Color>> destinationBuffer);