C# Class OpenRA.ModContent.ModDownload

Show file Open project: pchote/OpenRA

Public Properties

Property Type Description
Extract string>.Dictionary
MirrorList string
Title string
URL string

Public Methods

Method Description
ModDownload ( MiniYaml yaml ) : System.Collections.Generic

Method Details

ModDownload() public method

public ModDownload ( MiniYaml yaml ) : System.Collections.Generic
yaml MiniYaml
return System.Collections.Generic

Property Details

Extract public property

public Dictionary Extract
return string>.Dictionary

MirrorList public property

public string MirrorList
return string

Title public property

public string Title
return string

URL public property

public string URL
return string