public baseMcServer(baseMcServer baseMcServer)
 {
     this.ServerName             = baseMcServer.ServerName;
     this.ServerType             = baseMcServer.ServerType;
     this.MinecraftVersion       = baseMcServer.MinecraftVersion;
     this.Port                   = baseMcServer.Port;
     this.MinRam                 = baseMcServer.MinRam;
     this.MaxRam                 = baseMcServer.MaxRam;
     this.WorkingFolder          = baseMcServer.WorkingFolder;
     this.JarFile                = baseMcServer.JarFile;
     this.SecondaryVersionNumber = baseMcServer.SecondaryVersionNumber;
 }
 public McServer(baseMcServer mcServer) : base(mcServer) => initializeEmptyClass();