Fix actors with AttackFollow moving away from their targets on amove
This commit is contained in:
committed by
Matthias Mailänder
parent
b88ebd8499
commit
0134f63f4d
@@ -309,9 +309,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IDisableAutoTarget
|
||||
public interface IOverrideAutoTarget
|
||||
{
|
||||
bool DisableAutoTarget(Actor self);
|
||||
bool TryGetAutoTargetOverride(Actor self, out Target target);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
|
||||
Reference in New Issue
Block a user