C# Class XMLParser.Building

The start values (which are not dependent on location) for each building type are stored in this structure.
Afficher le fichier Open project: JungleJinn/Energy Class Usage Examples

Méthodes publiques

Свойство Type Description
Identifier string
Name string
Type BuildingTypes
Upgrades List
Values ValueGroup

Méthodes publiques

Méthode Description
Building ( ) : System
isValid ( ) : bool

Method Details

Building() public méthode

public Building ( ) : System
Résultat System

isValid() public méthode

public isValid ( ) : bool
Résultat bool

Property Details

Identifier public_oe property

public string Identifier
Résultat string

Name public_oe property

public string Name
Résultat string

Type public_oe property

public BuildingTypes Type
Résultat BuildingTypes

Upgrades public_oe property

public List Upgrades
Résultat List

Values public_oe property

public ValueGroup,XMLParser Values
Résultat ValueGroup