add mechanism for traits to export the *Inits they can use
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user