Don't crash when modifying constructor

Tweak log level of assembly resolver.
Events relating to game initialization and shutdown.
Plugin manager loads plugins right before the dependency manager is attached.
This commit is contained in:
Westin Miller
2017-09-11 18:28:53 -07:00
parent e57f885d3b
commit 57acb274c6
8 changed files with 152 additions and 8 deletions

View File

@@ -95,7 +95,6 @@ namespace Torch.Server
MyGlobalTypeMetadata.Static.Init();
GetManager<InstanceManager>().LoadInstance(Config.InstancePath);
Plugins.LoadPlugins();
}
private void InvokeBeforeRun()