| Potbot.Enums Namespace |
The Enums namespace contains enumerations only.
| Enumeration | Description | |
|---|---|---|
| StageOfHand |
Represents the stage of the current hand.
| |
| StateOfPlayer |
Represents the state of a player in the current hand, that can be read with GetStateOfPlayer.
| |
| TypeOfMove |
Every move of a player is stored in new instance of MoveFromPlayer class. Among others, the type of the move is stored using this enumeration.
You can retrieve all moves from a player by using the DoneMoves property.
|