C# Class XMLParser.Building

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

Public Properties

Property Type Description
Identifier string
Name string
Type BuildingTypes
Upgrades List
Values ValueGroup

Public Methods

Method Description
Building ( ) : System
isValid ( ) : bool

Method Details

Building() public method

public Building ( ) : System
return System

isValid() public method

public isValid ( ) : bool
return bool

Property Details

Identifier public_oe property

public string Identifier
return string

Name public_oe property

public string Name
return string

Type public_oe property

public BuildingTypes Type
return BuildingTypes

Upgrades public_oe property

public List Upgrades
return List

Values public_oe property

public ValueGroup,XMLParser Values
return ValueGroup