More misc explicit interface implementations

By-product from making ITick explicit in various places.
This commit is contained in:
reaperrr
2017-09-07 18:18:04 +02:00
committed by Matthias Mailänder
parent 03c3a5f310
commit 85e60ef77f
7 changed files with 10 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ namespace OpenRA.Mods.Cnc.Traits
}
}
public void Created(Actor self)
void INotifyCreated.Created(Actor self)
{
iPositionable = self.TraitOrDefault<IPositionable>();
}