mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Adds IInterface
This commit is contained in:
@@ -5,8 +5,8 @@ namespace TGCommandLine
|
||||
abstract class ConsoleCommand : Command
|
||||
{
|
||||
/// <summary>
|
||||
/// The <see cref="TGServiceInterface.Interface"/> currently in use by the <see cref="Program"/>
|
||||
/// The <see cref="IInterface"/> currently in use by the <see cref="Program"/>
|
||||
/// </summary>
|
||||
public static Interface Interface;
|
||||
public static IInterface Interface;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user