Fix locking an airfield that is rearming aircraft while being sold

This commit is contained in:
Oliver Brakmann
2016-09-18 13:16:30 +02:00
parent ec7a236dbd
commit ab8c1403a8
4 changed files with 63 additions and 3 deletions

View File

@@ -139,4 +139,7 @@ namespace OpenRA.Mods.Common.Traits
{
void ModifyActorPreviewInit(Actor self, TypeDictionary inits);
}
[RequireExplicitImplementation]
public interface INotifyRearm { void Rearming(Actor host, Actor other); }
}