Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ScoringRules
C# Class ScoringRules, Gold-Rush
Inheritance:
MonoBehaviour
Mostra 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