示例#1
0
 protected BaseCommand(CommandLineOptions options)
 {
     Options = options;
     Console = new ConsoleNotShitty();
     Invoker = new ServerCommandInvoker();
 }