Require explicit INotifyCreated

This commit is contained in:
reaperrr
2017-09-27 22:17:40 +02:00
committed by abcdefg30
parent 6f790938d0
commit 5026dfe5d3
8 changed files with 10 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenRA.Mods.Common.Traits
PaletteName = info.IsPlayerPalette ? info.Palette + self.Owner.InternalName : info.Palette;
}
public void Created(Actor self)
void INotifyCreated.Created(Actor self)
{
self.World.Add(new RallyPointIndicator(self, this, self.Info.TraitInfos<ExitInfo>().ToArray()));
}