Supersede INotifyNuke

This commit is contained in:
Matthias Mailänder
2020-04-26 11:36:58 +02:00
committed by atlimit8
parent b3b0aa75ae
commit 52d0490f95
4 changed files with 8 additions and 8 deletions

View File

@@ -136,7 +136,6 @@ namespace OpenRA.Mods.Common.Traits
public interface INotifySupportPower { void Charged(Actor self); void Activated(Actor self); }
public interface INotifyBuildingPlaced { void BuildingPlaced(Actor self); }
public interface INotifyNuke { void Launching(Actor self); }
public interface INotifyBurstComplete { void FiredBurst(Actor self, Target target, Armament a); }
public interface INotifyChat { bool OnChat(string from, string message); }
public interface INotifyProduction { void UnitProduced(Actor self, Actor other, CPos exit); }