mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Remove unused IInstance properties
This commit is contained in:
@@ -26,12 +26,7 @@ namespace Tgstation.Server.Host.Components
|
||||
/// The <see cref="IByondManager"/> for the <see cref="IInstance"/>
|
||||
/// </summary>
|
||||
IByondManager ByondManager { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="IDreamMaker"/> for the <see cref="IInstance"/>
|
||||
/// </summary>
|
||||
IDreamMaker DreamMaker { get; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="IWatchdog"/> for the <see cref="IInstance"/>
|
||||
/// </summary>
|
||||
@@ -42,11 +37,6 @@ namespace Tgstation.Server.Host.Components
|
||||
/// </summary>
|
||||
IChat Chat { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="ICompileJobConsumer"/> for the <see cref="IInstance"/>
|
||||
/// </summary>
|
||||
ICompileJobConsumer CompileJobConsumer { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="StaticFiles.IConfiguration"/> for the <see cref="IInstance"/>
|
||||
/// </summary>
|
||||
@@ -58,12 +48,6 @@ namespace Tgstation.Server.Host.Components
|
||||
/// <returns>The latest <see cref="CompileJob"/> if it exists</returns>
|
||||
CompileJob LatestCompileJob();
|
||||
|
||||
/// <summary>
|
||||
/// Get the <see cref="Api.Models.Instance"/> associated with the <see cref="IInstance"/>
|
||||
/// </summary>
|
||||
/// <returns>The <see cref="Api.Models.Instance"/> associated with the <see cref="IInstance"/></returns>
|
||||
Api.Models.Instance GetMetadata();
|
||||
|
||||
/// <summary>
|
||||
/// Rename the <see cref="IInstance"/>
|
||||
/// </summary>
|
||||
|
||||
@@ -266,10 +266,7 @@ namespace Tgstation.Server.Host.Components
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public Api.Models.Instance GetMetadata() => metadata.CloneMetadata();
|
||||
|
||||
|
||||
/// <inheritdoc />
|
||||
public void Rename(string newName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user