Session management system

- Managers bound to the session instead of to Torch
- TorchSession automatic creation and destruction
- Automatic manager creation for sessions
This commit is contained in:
Westin Miller
2017-08-18 20:36:47 -07:00
parent 4cb50b556f
commit 4a68d66ab0
6 changed files with 207 additions and 1 deletions

View File

@@ -175,6 +175,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServerState.cs" />
<Compile Include="ModAPI\TorchAPI.cs" />
<Compile Include="Session\ITorchSession.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />