Add following to IMove.
This commit is contained in:
@@ -153,6 +153,7 @@ namespace OpenRA.Traits
|
||||
Activity MoveTo(CPos cell, int nearEnough);
|
||||
Activity MoveTo(CPos cell, Actor ignoredActor);
|
||||
Activity MoveWithinRange(Target target, WRange range);
|
||||
Activity MoveFollow(Actor self, Target target, WRange range);
|
||||
CPos NearestMoveableCell(CPos target);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user