Make INotifyKilled require explicit implementation
This commit is contained in:
@@ -85,6 +85,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyDamage { void Damaged(Actor self, AttackInfo e); }
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyKilled { void Killed(Actor self, AttackInfo e); }
|
||||
public interface INotifyAppliedDamage { void AppliedDamage(Actor self, Actor damaged, AttackInfo e); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user