Merge INotifyBeingResupplied into INotifyDockClient
This commit is contained in:
@@ -140,13 +140,6 @@ 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 INotifyTakeOff { void TakeOff(Actor self); }
|
||||
[RequireExplicitImplementation]
|
||||
|
||||
Reference in New Issue
Block a user