Require explicit ICreatePlayers

This commit is contained in:
reaperrr
2017-09-27 21:54:52 +02:00
committed by abcdefg30
parent d7c2c6afc4
commit 2b391d5724
3 changed files with 4 additions and 2 deletions

View File

@@ -307,6 +307,8 @@ namespace OpenRA.Traits
public interface INotifySelection { void SelectionChanged(); }
public interface IWorldLoaded { void WorldLoaded(World w, WorldRenderer wr); }
[RequireExplicitImplementation]
public interface ICreatePlayers { void CreatePlayers(World w); }
public interface IBotInfo : ITraitInfoInterface