C# 클래스 XMLParser.Parser

파일 보기 프로젝트 열기: JungleJinn/Energy

공개 프로퍼티들

프로퍼티 타입 설명
Buildings List

공개 메소드들

메소드 설명
Parser ( string filePath ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Parser() 공개 메소드

public Parser ( string filePath ) : System
filePath string
리턴 System

프로퍼티 상세

Buildings 공개적으로 프로퍼티

public List Buildings
리턴 List