C# Class ScoringRules, Gold-Rush

Inheritance: MonoBehaviour
Afficher le fichier Open project: eric-kansas/Gold-Rush Class Usage Examples

Méthodes publiques

Méthode Description
calculateScore ( List hand ) : int

Méthodes protégées

Méthode Description
checkSuits ( List hand ) : int
nOfAKind ( List hand ) : int

Method Details

calculateScore() public méthode

public calculateScore ( List hand ) : int
hand List
Résultat int

checkSuits() protected méthode

protected checkSuits ( List hand ) : int
hand List
Résultat int

nOfAKind() protected méthode

protected nOfAKind ( List hand ) : int
hand List
Résultat int