C# 클래스 OpenEmpires.Player

파일 보기 프로젝트 열기: HandsomeMatt/OpenEmpires

공개 프로퍼티들

프로퍼티 타입 설명
Food ushort
Gold ushort
Stone ushort
SupplyLimit byte
SupplyUsed byte
Wood ushort

공개 메소드들

메소드 설명
Player ( ) : System

메소드 상세

Player() 공개 메소드

public Player ( ) : System
리턴 System

프로퍼티 상세

Food 공개적으로 프로퍼티

public ushort Food
리턴 ushort

Gold 공개적으로 프로퍼티

public ushort Gold
리턴 ushort

Stone 공개적으로 프로퍼티

public ushort Stone
리턴 ushort

SupplyLimit 공개적으로 프로퍼티

public byte SupplyLimit
리턴 byte

SupplyUsed 공개적으로 프로퍼티

public byte SupplyUsed
리턴 byte

Wood 공개적으로 프로퍼티

public ushort Wood
리턴 ushort