Rename IAcceptInfiltrator to INotifyInfiltrated

This commit is contained in:
ScottNZ
2014-08-01 22:47:18 +12:00
parent 058185754e
commit ca4b947037
5 changed files with 10 additions and 10 deletions

View File

@@ -14,9 +14,9 @@ namespace OpenRA.Mods.RA
{
class InfiltrateForExplorationInfo : TraitInfo<InfiltrateForExploration> { }
class InfiltrateForExploration : IAcceptInfiltrator
class InfiltrateForExploration : INotifyInfiltrated
{
public void OnInfiltrate(Actor self, Actor infiltrator)
public void Infiltrated(Actor self, Actor infiltrator)
{
// Steal and reset the owners exploration
infiltrator.Owner.Shroud.Explore(self.Owner.Shroud);