Add target param to INotifyAttack. Remove target field from AttackOmni
This commit is contained in:
@@ -149,7 +149,7 @@ namespace OpenRA.Mods.RA
|
||||
});
|
||||
|
||||
foreach (var na in self.TraitsImplementing<INotifyAttack>())
|
||||
na.Attacking(self);
|
||||
na.Attacking(self, target);
|
||||
|
||||
FiredShot();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user