Make INotifyInfiltrated require explicit implementation
This commit is contained in:
@@ -302,7 +302,7 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
OnCapturedInternal(self);
|
||||
}
|
||||
|
||||
public void Infiltrated(Actor self, Actor infiltrator)
|
||||
void INotifyInfiltrated.Infiltrated(Actor self, Actor infiltrator)
|
||||
{
|
||||
if (world.Disposing)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user