C# 클래스 GameStatistics.PlayerStatistics, ES2015F

파일 보기 프로젝트 열기: jgirald/ES2015F

공개 프로퍼티들

프로퍼티 타입 설명
CreatedUnits int
FoodCollected int
KilledUnits int
LostUnits int
StoneCollected int
WoodCollected int

공개 메소드들

메소드 설명
PlayerStatistics ( ) : System

메소드 상세

PlayerStatistics() 공개 메소드

public PlayerStatistics ( ) : System
리턴 System

프로퍼티 상세

CreatedUnits 공개적으로 프로퍼티

public int CreatedUnits
리턴 int

FoodCollected 공개적으로 프로퍼티

public int FoodCollected
리턴 int

KilledUnits 공개적으로 프로퍼티

public int KilledUnits
리턴 int

LostUnits 공개적으로 프로퍼티

public int LostUnits
리턴 int

StoneCollected 공개적으로 프로퍼티

public int StoneCollected
리턴 int

WoodCollected 공개적으로 프로퍼티

public int WoodCollected
리턴 int