Add new interfaces for support powers.
This commit is contained in:
committed by
atlimit8
parent
e42d177920
commit
b3b0aa75ae
@@ -133,6 +133,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyPowerLevelChanged { void PowerLevelChanged(Actor self); }
|
||||
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); }
|
||||
|
||||
Reference in New Issue
Block a user