C# 클래스 XMLParser.Building

The start values (which are not dependent on location) for each building type are stored in this structure.
파일 보기 프로젝트 열기: JungleJinn/Energy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Identifier string
Name string
Type BuildingTypes
Upgrades List
Values ValueGroup

공개 메소드들

메소드 설명
Building ( ) : System
isValid ( ) : bool

메소드 상세

Building() 공개 메소드

public Building ( ) : System
리턴 System

isValid() 공개 메소드

public isValid ( ) : bool
리턴 bool

프로퍼티 상세

Identifier 공개적으로 프로퍼티

public string Identifier
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

Type 공개적으로 프로퍼티

public BuildingTypes Type
리턴 BuildingTypes

Upgrades 공개적으로 프로퍼티

public List Upgrades
리턴 List

Values 공개적으로 프로퍼티

public ValueGroup,XMLParser Values
리턴 ValueGroup