Amoeba.OverlayNetworkManager.Save C# (CSharp) Method

Save() public method

public Save ( string directoryPath ) : void
directoryPath string
return void
        public void Save(string directoryPath)
        {
            lock (_thisLock)
            {
                _settings.Save(directoryPath);
            }
        }