C# Class OpenRA.ModContent.ModPackage

Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
Download string
Required bool
Sources string[]
TestFiles string[]
Title string

Méthodes publiques

Méthode Description
IsInstalled ( ) : bool
ModPackage ( MiniYaml yaml ) : System.Collections.Generic

Method Details

IsInstalled() public méthode

public IsInstalled ( ) : bool
Résultat bool

ModPackage() public méthode

public ModPackage ( MiniYaml yaml ) : System.Collections.Generic
yaml MiniYaml
Résultat System.Collections.Generic

Property Details

Download public_oe property

public string Download
Résultat string

Required public_oe property

public bool Required
Résultat bool

Sources public_oe property

public string[] Sources
Résultat string[]

TestFiles public_oe property

public string[] TestFiles
Résultat string[]

Title public_oe property

public string Title
Résultat string