mostly sensible init for real players and bots

This commit is contained in:
Chris Forbes
2010-08-25 19:23:25 +12:00
parent cfc937e8eb
commit 0f9221dc5a
6 changed files with 52 additions and 38 deletions

View File

@@ -162,6 +162,8 @@ namespace OpenRA.Traits
public interface ILoadWorldHook { void WorldLoaded(World w); }
public interface IGameStarted { void GameStarted(World w); }
public interface ICreatePlayers { void CreatePlayers(World w); }
public interface IBot { void Activate(Player p); }
public interface IActivity
{