Make INotifyBuildComplete require explicit implementation
This commit is contained in:
@@ -136,7 +136,7 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
dirty = false;
|
||||
}
|
||||
|
||||
public override void BuildingComplete(Actor self)
|
||||
protected override void OnBuildComplete(Actor self)
|
||||
{
|
||||
DefaultAnimation.PlayFetchIndex(NormalizeSequence(self, Info.Sequence), () => adjacent);
|
||||
UpdateNeighbours(self);
|
||||
|
||||
Reference in New Issue
Block a user