Add target param to INotifyAttack. Remove target field from AttackOmni
This commit is contained in:
@@ -45,7 +45,7 @@ namespace OpenRA.Mods.RA
|
||||
}
|
||||
}
|
||||
|
||||
public void Attacking(Actor self)
|
||||
public void Attacking(Actor self, Target target)
|
||||
{
|
||||
isShowing = true;
|
||||
foreach( var mf in muzzleFlashes )
|
||||
|
||||
Reference in New Issue
Block a user