Пример #1
0
 public LegacyCommand(string slug, CoflnetCommand.Command command, bool threadable = false, bool encrypted = false)
 {
     this.oldCommand = new CoflnetCommand(slug, command, threadable, encrypted);
 }
Пример #2
0
 public LegacyCommand(CoflnetCommand legacyCommand)
 {
     this.oldCommand = legacyCommand;
 }