Make INotifyInfiltrated require explicit implementation
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OpenRA.Mods.RA.Traits
|
||||
|
||||
class InfiltrateForExploration : INotifyInfiltrated
|
||||
{
|
||||
public void Infiltrated(Actor self, Actor infiltrator)
|
||||
void INotifyInfiltrated.Infiltrated(Actor self, Actor infiltrator)
|
||||
{
|
||||
infiltrator.Owner.Shroud.Explore(self.Owner.Shroud);
|
||||
if (!self.Owner.HasFogVisibility)
|
||||
|
||||
Reference in New Issue
Block a user