mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Sanely namespaces the project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using TGS.Interface;
|
||||
|
||||
namespace TGS.CommandLine
|
||||
{
|
||||
abstract class ConsoleCommand : Command
|
||||
{
|
||||
/// <summary>
|
||||
/// The <see cref="IServerInterface"/> currently in use by the <see cref="Program"/>
|
||||
/// </summary>
|
||||
public static IServerInterface Interface;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user