Add target param to INotifyAttack. Remove target field from AttackOmni
This commit is contained in:
@@ -51,7 +51,7 @@ namespace OpenRA.Mods.RA.Render
|
||||
return takeCover != null && takeCover.IsProne;
|
||||
}
|
||||
|
||||
public void Attacking(Actor self)
|
||||
public void Attacking(Actor self, Target target)
|
||||
{
|
||||
inAttack = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user