add mechanism for traits to export the *Inits they can use

This commit is contained in:
Chris Forbes
2011-11-05 12:29:55 +13:00
parent bd90666c07
commit 564fdd650d
5 changed files with 19 additions and 13 deletions

View File

@@ -46,10 +46,7 @@ namespace OpenRA.Server
public Map Map;
volatile bool shutdown = false;
public void Shutdown()
{
shutdown = true;
}
public void Shutdown() { shutdown = true; }
public Server(IPEndPoint endpoint, string[] mods, ServerSettings settings, ModData modData)
{