From 75d65b3d2083f27f3d7be2db45b7becdd97934f3 Mon Sep 17 00:00:00 2001 From: Gustas <37534529+PunkPun@users.noreply.github.com> Date: Sun, 7 Aug 2022 14:56:26 +0300 Subject: [PATCH] Remove redundant INotifyRearm --- OpenRA.Mods.Common/TraitsInterfaces.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/OpenRA.Mods.Common/TraitsInterfaces.cs b/OpenRA.Mods.Common/TraitsInterfaces.cs index 692343d4e5..0d2f6a5f8b 100644 --- a/OpenRA.Mods.Common/TraitsInterfaces.cs +++ b/OpenRA.Mods.Common/TraitsInterfaces.cs @@ -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 {