using TGS.Interface; namespace TGS.CommandLine { abstract class ConsoleCommand : Command { /// /// The currently in use by the /// public static IServer Server; /// /// The currently in use by the /// public static IInstance Instance; } }