mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Update CommandLine to use the new IServerInterface
This commit is contained in:
@@ -5,8 +5,12 @@ namespace TGS.CommandLine
|
||||
abstract class ConsoleCommand : Command
|
||||
{
|
||||
/// <summary>
|
||||
/// The <see cref="IServerInterface"/> currently in use by the <see cref="Program"/>
|
||||
/// The <see cref="IServer"/> currently in use by the <see cref="Program"/>
|
||||
/// </summary>
|
||||
public static IServerInterface Interface;
|
||||
public static IServer Server;
|
||||
/// <summary>
|
||||
/// The <see cref="IInstance"/> currently in use by the <see cref="Program"/>
|
||||
/// </summary>
|
||||
public static IInstance Instance;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user