Require explicit IRenderOverlay

This commit is contained in:
reaperrr
2017-09-27 21:45:53 +02:00
committed by abcdefg30
parent 69daa7e7cc
commit a8e6cd2604
5 changed files with 5 additions and 4 deletions

View File

@@ -318,6 +318,7 @@ namespace OpenRA.Traits
IBotInfo Info { get; }
}
[RequireExplicitImplementation]
public interface IRenderOverlay { void Render(WorldRenderer wr); }
[RequireExplicitImplementation]