Remove redundant INotifyRearm

This commit is contained in:
Gustas
2022-08-07 14:56:26 +03:00
committed by Pavel Penev
parent 12af8506f8
commit 75d65b3d20

View File

@@ -327,14 +327,6 @@ namespace OpenRA.Mods.Common.Traits
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]
public interface IRenderInfantrySequenceModifier
{