public ServerMapDownloadToolSettings()
 {
     MapCompressor = new MapCompressorSettings();
 }
			public ServerMapDownloadToolSettings()
			{
				MapCompressor = new MapCompressorSettings();
			}
Exemple #3
0
 public ServerMapDownloadToolSettings(PropertyNode parentNode)
     : base(parentNode)
 {
     MapCompressor = (MapCompressorSettings)SettingsManager.GetSettings("OpenSauceIDE.MapServerDownloadTool.Settings.MapCompressor", typeof(MapCompressorSettings));
 }
			public ServerMapDownloadToolSettings(PropertyNode parentNode)
				: base(parentNode)
			{
				MapCompressor = (MapCompressorSettings)SettingsManager.GetSettings("OpenSauceIDE.MapServerDownloadTool.Settings.MapCompressor", typeof(MapCompressorSettings));
			}