C# 클래스 CISPlayer, Cubes-in-Space

파일 보기 프로젝트 열기: eric-kansas/Cubes-in-Space 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
score int
sidesCaptured int
sidesLocked int
sidesStolen int
userName string

공개 메소드들

메소드 설명
CISPlayer ( string n, int c, int l, int s, int myScore ) : System.Collections

메소드 상세

CISPlayer() 공개 메소드

public CISPlayer ( string n, int c, int l, int s, int myScore ) : System.Collections
n string
c int
l int
s int
myScore int
리턴 System.Collections

프로퍼티 상세

score 공개적으로 프로퍼티

public int score
리턴 int

sidesCaptured 공개적으로 프로퍼티

public int sidesCaptured
리턴 int

sidesLocked 공개적으로 프로퍼티

public int sidesLocked
리턴 int

sidesStolen 공개적으로 프로퍼티

public int sidesStolen
리턴 int

userName 공개적으로 프로퍼티

public string userName
리턴 string