Make INotifyDamage require explicit implementation
This commit is contained in:
@@ -1108,7 +1108,7 @@ namespace OpenRA.Mods.Common.AI
|
||||
QueueOrder(Order.StartProduction(queue.Actor, name, 1));
|
||||
}
|
||||
|
||||
public void Damaged(Actor self, AttackInfo e)
|
||||
void INotifyDamage.Damaged(Actor self, AttackInfo e)
|
||||
{
|
||||
if (!IsEnabled || e.Attacker == null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user