C# Class AA2Install.Modpack

Afficher le fichier Open project: aa2g/AA2Install Class Usage Examples

Méthodes publiques

Свойство Type Description
Authors string
Description string
Mods List
Name string
Version int

Méthodes publiques

Méthode Description
Modpack ( Stream modpackStream ) : System
Modpack ( string filename ) : System

Method Details

Modpack() public méthode

public Modpack ( Stream modpackStream ) : System
modpackStream Stream
Résultat System

Modpack() public méthode

public Modpack ( string filename ) : System
filename string
Résultat System

Property Details

Authors public_oe property

public string Authors
Résultat string

Description public_oe property

public string Description
Résultat string

Mods public_oe property

public List Mods
Résultat List

Name public_oe property

public string Name
Résultat string

Version public_oe property

public int Version
Résultat int