Remove redundant INotifyRearm
This commit is contained in:
@@ -327,14 +327,6 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
void ModifyActorPreviewInit(Actor self, TypeDictionary inits);
|
void ModifyActorPreviewInit(Actor self, TypeDictionary inits);
|
||||||
}
|
}
|
||||||
|
|
||||||
[RequireExplicitImplementation]
|
|
||||||
public interface INotifyRearm
|
|
||||||
{
|
|
||||||
void RearmingStarted(Actor host, Actor other);
|
|
||||||
void Rearming(Actor host, Actor other);
|
|
||||||
void RearmingFinished(Actor host, Actor other);
|
|
||||||
}
|
|
||||||
|
|
||||||
[RequireExplicitImplementation]
|
[RequireExplicitImplementation]
|
||||||
public interface IRenderInfantrySequenceModifier
|
public interface IRenderInfantrySequenceModifier
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user