ACR_ServerCommunicator.GameWorldConfiguration.GameWorldConfiguration C# (CSharp) Method

GameWorldConfiguration() public method

Create a new GameWorldConfiguration object.
public GameWorldConfiguration ( ) : System
return System
        public GameWorldConfiguration()
        {
            PlayerPassword = "";
            RestartWatchdogTimeout = 0;
            AccountAssociationSecret = "";
            AccountAssociationUrl = "";
            GetHostnameUrl = "";
            DefaultIrcGatewayId = 0;
            DefaultIrcRecipient = "";
            ErrorNotifyIrcRecipient = "";
            DisableSaveInQuarantine = false;
            ProtectionLevel = MemberProtectionLevel.Open;
            VaultConnectionString = "";
            UpdaterConnectionString = "";
            VerboseVaultLogging = false;
        }