public GameServer(int id, int port, string path, string executeable, FTPData ftpData) { this.id = id; this.port = port; this.path = path; this.executeable = executeable; this.ftpData = ftpData; performanceWarnings = new List<string>(); }
public SAMPServer(int id, int port, string path, string executeable, FTPData ftpData, int packageId) : base(id, port, path, executeable, ftpData) { this.packageId = packageId; }