Pluggable system for providing WPF controls inside the Entity Manager

This commit is contained in:
Westin Miller
2017-10-31 04:18:27 -07:00
parent 90c91c3ebc
commit cd77fe74d5
35 changed files with 593 additions and 1255 deletions

View File

@@ -72,6 +72,7 @@ namespace Torch.Server
{
DedicatedInstance = new InstanceManager(this);
AddManager(DedicatedInstance);
AddManager(new EntityControlManager(this));
Config = config ?? new TorchConfig();
var sessionManager = Managers.GetManager<ITorchSessionManager>();