Fix locking an airfield that is rearming aircraft while being sold
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user