C# Class ScoringRules, Gold-Rush

Inheritance: MonoBehaviour
Show file Open project: eric-kansas/Gold-Rush Class Usage Examples

Public Methods

Method Description
calculateScore ( List hand ) : int

Protected Methods

Method Description
checkSuits ( List hand ) : int
nOfAKind ( List hand ) : int

Method Details

calculateScore() public method

public calculateScore ( List hand ) : int
hand List
return int

checkSuits() protected method

protected checkSuits ( List hand ) : int
hand List
return int

nOfAKind() protected method

protected nOfAKind ( List hand ) : int
hand List
return int