@@ -120,6 +120,11 @@ namespace Torch.API
|
||||
/// </summary>
|
||||
public interface ITorchServer : ITorchBase
|
||||
{
|
||||
/// <summary>
|
||||
/// The current <see cref="ServerState"/>
|
||||
/// </summary>
|
||||
ServerState State { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Path of the dedicated instance folder.
|
||||
/// </summary>
|
||||
|
@@ -163,7 +163,6 @@
|
||||
<Compile Include="Managers\DependencyManager.cs" />
|
||||
<Compile Include="Event\EventList.cs" />
|
||||
<Compile Include="Event\EventManager.cs" />
|
||||
<Compile Include="Event\EventShimProgrammableBlock.cs" />
|
||||
<Compile Include="Event\IEventList.cs" />
|
||||
<Compile Include="Managers\KeenLogManager.cs" />
|
||||
<Compile Include="Managers\PatchManager\AssemblyMemory.cs" />
|
||||
|
Reference in New Issue
Block a user