public MasterServer(int _maxConnections = 0, ushort _port = 6256) : base(ServerType.MasterServer, _maxConnections, _port) { RSAManager.LoadPubKeys(); AESManager.LoadKeys(); InitializeData(); Start(ServerType.MasterServer); }