C# 클래스 ScoringRules, Gold-Rush

상속: MonoBehaviour
파일 보기 프로젝트 열기: eric-kansas/Gold-Rush 1 사용 예제들

공개 메소드들

메소드 설명
calculateScore ( List hand ) : int

보호된 메소드들

메소드 설명
checkSuits ( List hand ) : int
nOfAKind ( List hand ) : int

메소드 상세

calculateScore() 공개 메소드

public calculateScore ( List hand ) : int
hand List
리턴 int

checkSuits() 보호된 메소드

protected checkSuits ( List hand ) : int
hand List
리턴 int

nOfAKind() 보호된 메소드

protected nOfAKind ( List hand ) : int
hand List
리턴 int