C# Class OpenRA.ModContent.ModSource

Show file Open project: pchote/OpenRA

Public Properties

Property Type Description
IDFiles string>.Dictionary
RegistryKey string
RegistryValue string
Title string
Type SourceType

Public Methods

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

Method Details

ModSource() public method

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

Property Details

IDFiles public property

public Dictionary IDFiles
return string>.Dictionary

RegistryKey public property

public string RegistryKey
return string

RegistryValue public property

public string RegistryValue
return string

Title public property

public string Title
return string

Type public property

public SourceType Type
return SourceType