Uncloak during resupply when "UncloakOn: Dock" is defined
This commit is contained in:
@@ -131,6 +131,13 @@ namespace OpenRA.Mods.Common.Traits
|
||||
void ResupplyTick(Actor host, Actor target, ResupplyType types);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyBeingResupplied
|
||||
{
|
||||
void StartingResupply(Actor self, Actor host);
|
||||
void StoppingResupply(Actor self, Actor host);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyPowerLevelChanged { void PowerLevelChanged(Actor self); }
|
||||
public interface INotifySupportPower { void Charged(Actor self); void Activated(Actor self); }
|
||||
|
||||
Reference in New Issue
Block a user