ShotType
No description
enum ShotType {
UNKNOWN
NORMAL
PROVISIONAL
PENALTY
DROP
}
Values
ShotType.UNKNOWN
ShotType.NORMAL
ShotType.PROVISIONAL
ShotType.PENALTY
ShotType.DROP
Member of
HoleStroke
object