C# Class XMLParser.Parser

Afficher le fichier Open project: JungleJinn/Energy

Méthodes publiques

Свойство Type Description
Buildings List

Méthodes publiques

Méthode Description
Parser ( string filePath ) : System

Private Methods

Méthode Description
readActive ( XmlReader inReader, ValueGroup inValues ) : void
readBuilding ( XmlReader inReader ) : void
readBuildings ( XmlReader inReader ) : void
readConstruct ( XmlReader inReader, ValueGroup inValues ) : void
readPassive ( XmlReader inReader, ValueGroup inValues ) : void
readProperties ( XmlReader inReader, ValueGroup inValues ) : void
readUpgrade ( XmlReader inReader, Building inBuilding ) : void
readUpgrades ( XmlReader inReader, Building inBuilding ) : void

Method Details

Parser() public méthode

public Parser ( string filePath ) : System
filePath string
Résultat System

Property Details

Buildings public_oe property

public List Buildings
Résultat List