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

@@ -60,7 +60,7 @@ namespace OpenRA.Mods.Common.Traits.Render
throw new InvalidOperationException("No queues available for production type '{0}'".F(type));
}
public void Created(Actor self)
void INotifyCreated.Created(Actor self)
{
FindQueue();
}